Varia library working group XPPL. https://gitea.xpub.nl/XPUB/XPPL
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

38 lines
382 B

*{
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{
}