2020-05-19 11:43:42 +03:00

13 lines
144 B
CSS

/**
* Test
*/
#header {
color: #333333;
border-left: 1px;
border-right: 2px;
}
#footer {
color: #114411;
border-color: #f20d0d;
}