Add web design files

This commit is contained in:
2025-11-20 21:37:53 +02:00
parent 258f24570a
commit 9192716bfb
510 changed files with 12551 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
*{margin: 0;
}
.tablitsa{
width: 805px;
margin-left: auto;
margin-right: auto;
margin-top: 200px;
}
table{
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #4C85C0;
}
p{
color: #4C85C0;
font-weight: bold;
font-family: Arial;
text-align: center;
font-size: 14px;
}
.jeltii {
background-color: #F4E8A9;
border-right: 2px solid #4C85C0;
}
.goluboi {
background-color: #B2D7E6;
}
.goluboi2 {
border-right: 2px solid #4C85C0;
}