Initial commit

This commit is contained in:
2019-02-17 19:40:33 -07:00
commit 409e32659b
49 changed files with 9621 additions and 0 deletions
+38
View File
@@ -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%;
}