Files
2025-11-20 21:37:53 +02:00

32 lines
467 B
CSS

*{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;
}