6 lines
121 B
CSS
6 lines
121 B
CSS
|
#header {
|
||
|
margin: 10px 2em 1cm 2%;
|
||
|
font-family: Verdana, Helvetica, "Gill Sans", sans-serif;
|
||
|
color: red !important;
|
||
|
}
|