You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
382 B
CSS
39 lines
382 B
CSS
7 years ago
|
*{
|
||
|
font-family: Helvetica;
|
||
|
}
|
||
|
|
||
|
.navigation ul{
|
||
|
list-style-type: none;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
.navigation ul li {
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
.navigation ul li a{
|
||
|
display: block;
|
||
|
color: black;
|
||
|
text-align: center;
|
||
|
padding: 14px 16px;
|
||
|
|
||
|
}
|
||
|
|
||
|
.navigation ul li:active a{
|
||
|
font-style: italic;
|
||
|
|
||
|
}
|
||
|
|
||
|
.clearfix::after {
|
||
|
content: "";
|
||
|
clear: both;
|
||
|
display: table;
|
||
|
}
|
||
|
|
||
|
|
||
|
.header{
|
||
|
|
||
|
|
||
|
}
|