style.css change and nvabar

This commit is contained in:
ralphi3
2026-06-16 12:06:53 +12:00
parent d93d41bc0c
commit 424c9da7a2
2 changed files with 30 additions and 35 deletions
+23
View File
@@ -0,0 +1,23 @@
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333333;
}
ul li {
float: left;
}
ul li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
ul li a:hover {
background-color: #111111;
}