update
This commit is contained in:
16
misc/menu.css
Normal file
16
misc/menu.css
Normal file
@@ -0,0 +1,16 @@
|
||||
*{
|
||||
padding : 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
li{
|
||||
float: left;
|
||||
padding: 0.5em;
|
||||
list-style-type: none;
|
||||
color: white;
|
||||
background-color: gray;
|
||||
}
|
||||
|
||||
a{
|
||||
color: white;
|
||||
}
|
||||
Reference in New Issue
Block a user