Line 16: | Line 16: | ||
display: flex; | display: flex; | ||
justify-content: center; | justify-content: center; | ||
− | background-color: | + | background-color: grey; /*this is the color behind menu buttons */ |
} | } | ||
Line 39: | Line 39: | ||
letter-spacing: 3px; | letter-spacing: 3px; | ||
transition: all linear 0.15s; | transition: all linear 0.15s; | ||
− | + | /* color: #aba5aa; this is the color of menu text */ | |
− | + | color: #be740d; | |
− | + | ||
background-color: #050449; /*this is the color of menu buttons */ | background-color: #050449; /*this is the color of menu buttons */ | ||
text-decoration: none; | text-decoration: none; | ||
− | /* | + | /* border-radius: 15px 15px 15px 15px;*/ |
} | } | ||
Revision as of 11:21, 3 October 2016