updated css

This commit is contained in:
Jacob 2017-12-17 13:09:08 +01:00
parent 4b96cc50f4
commit d418e2d9ab

View File

@ -51,6 +51,8 @@ article {
} }
h1 { h1 {
letter-spacing: 5px;
font-size: 40px;
color: #97c5e0; color: #97c5e0;
text-align: center; text-align: center;
padding-top: 30px; padding-top: 30px;
@ -108,6 +110,7 @@ ul {
.menuElement{ .menuElement{
border: 20px; border: 20px;
padding: 10px; padding: 10px;
font-size: 20px;
text-decoration: none; text-decoration: none;
} }