Added Locations. Need to add buttons to make everything connect together properly, and also getting/working for josb

This commit is contained in:
Daniel Xie
2017-01-30 21:41:42 -06:00
parent bf893926b7
commit 007d4436c9
9 changed files with 707 additions and 532 deletions
+14 -2
View File
@@ -13,7 +13,11 @@ p {
color: #66ff33;
}
h1 {
}
/* Main menu */
.mainmenu {
list-style-type: none;
margin: 0;
@@ -51,6 +55,14 @@ p {
color: white;
}
h1 {
padding: 8px;
/* Make html links ("a" elements) nice looking buttons with this class */
.a-link-button {
text-decoration: none;
background-color: #555;
color: #FFFFFF;
padding: 4px 4px 4px 4px;
border-top: 1px solid #333333;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #333333;
}