Initial commit
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
@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%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user