This commit is contained in:
root
2025-09-25 09:37:48 +03:00
commit 050b6d80ea
23 changed files with 433 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
body {
background: #1abc9c;
font-family: Tahoma, Arial, sans-serif;
color: #333;
}
table {
border-collapse: collapse;
}
p, h4 {
font-size: 20px;
margin-bottom: 0;
}
h4 {
font-size: 14px;
}
ul, ol {
margin: 0;
}
table tr td {
padding: 5px;
}
table {
width: 100%;
}
img {
height: 30px;
width: auto;
}