m (Commented everything out) |
m (Added styling to some elements) |
||
Line 91: | Line 91: | ||
@import url('https://fonts.googleapis.com/css?family=Josefin+Slab'); | @import url('https://fonts.googleapis.com/css?family=Josefin+Slab'); | ||
+ | html{ | ||
+ | background-color:#595555; | ||
+ | } | ||
+ | |||
+ | header{ | ||
+ | background-color:#aaa5a5; | ||
+ | width:80%; | ||
+ | margin-left:auto; | ||
+ | margin-right:auto; | ||
+ | } | ||
+ | |||
+ | body{ | ||
+ | background-color:#f2e8e8; | ||
+ | width:80% - 4px; | ||
+ | margin-left:auto; | ||
+ | margin-right:auto; | ||
+ | border-style:solid; | ||
+ | border-width:2px; | ||
+ | border-color:black; | ||
+ | } | ||
+ | |||
+ | footer{ | ||
+ | background-color:#aaa5a5; | ||
+ | width:80% - 4px; | ||
+ | border-style:none solid solid solid; | ||
+ | border-color:black; | ||
+ | border-width:2px; | ||
+ | } | ||
/* | /* | ||
Revision as of 14:46, 10 July 2017