site files

This commit is contained in:
root
2025-09-25 09:44:38 +03:00
parent 050b6d80ea
commit 43eb432828
2 changed files with 62 additions and 57 deletions

View File

@@ -3,27 +3,31 @@ body {
font-family: Tahoma, Arial, sans-serif;
color: #333;
}
h1 {
font-family: "Times New Roman", serif;
}
table {
border-collapse: collapse;
width: 100%;
}
p, h4 {
font-size: 20px;
margin-bottom: 0;
}
h4 {
font-size: 14px;
font-size: 18px;
}
ul, ol {
margin: 0;
}
table tr td {
table tr td, table tr th {
border: 1px solid black;
padding: 5px;
}
table {
width: 100%;
}
img {
height: 30px;
width: auto;
position: absolute;
right: 5px;
top: 5px;
height: 30px;
width: auto;
}