prettier css

This commit is contained in:
Jacob 2017-11-21 10:13:31 +01:00
parent ee552b5bf3
commit 46ec995394

View File

@ -49,6 +49,7 @@ article {
} }
h1 { h1 {
color: #97c5e0;
text-align: center; text-align: center;
padding-top: 30px; padding-top: 30px;
} }
@ -78,16 +79,18 @@ ul {
.tagline{ .tagline{
text-align: center; text-align: center;
color: #97c5e0;
} }
.menu{ .menu{
display: flex; display: flex;
justify-content: center; justify-content: center;
padding-bottom: 20px; padding-bottom: 20px;
color: #35465D;
} }
.menuselect{ .menuselect{
background-color: #687fad; color: #529ecc;
} }
.menuElement{ .menuElement{