10 lines
182 B
CSS
10 lines
182 B
CSS
.navbuttons a {
|
|
font-family: Arial;
|
|
font-size: "16";
|
|
background-color: lightslategrey;
|
|
color: black;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
padding: 1px;
|
|
}
|