10 lines
147 B
CSS
10 lines
147 B
CSS
*{
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
header{
|
|
background-color: bisque;
|
|
}
|
|
a{
|
|
margin-right: 10px;
|
|
text-decoration: none;
|
|
} |