Files
php/misc/menu.css

16 lines
177 B
CSS
Raw Normal View History

2022-04-07 14:54:21 +02:00
*{
padding : 0;
margin: 0;
}
li{
float: left;
padding: 0.5em;
list-style-type: none;
color: white;
background-color: gray;
}
a{
color: white;
}