10 lines
126 B
CSS
Raw Normal View History

2020-05-19 11:43:42 +03:00
#header {
color: #333333;
border-left: 1px;
border-right: 2px;
}
#footer {
color: #114411;
border-color: #842210;
}