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
418 B

@CHARSET "UTF-8";
.NavBar {
list-style-type: none;
margin: 0;
padding: 0;
border: 0;
color: #ff0000;
background-color: #025fff;
//background-color: #32cd32;
}
.NavItem {
display: inline;
padding: 12px;
font-family: 'Arial';
font-size: 30px;
}
#DirectorNavBar {
position: relative;
left: 5%;
}
#AdminNavBar {
position: relative;
left: 5%;
}
#TrainingNavBar {
position: relative;
left: 5%;
}