diff options
Diffstat (limited to 'assets/css/main.css')
-rw-r--r-- | assets/css/main.css | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index 806fa19..ba53a5e 100644 --- a/assets/css/main.css +++ b/assets/css/main.css | |||
@@ -1,12 +1,10 @@ | |||
1 | header { | 1 | body { |
2 | background: red; | 2 | min-height: 100vh; |
3 | } | ||
4 | |||
5 | footer { | ||
6 | background: blue; | ||
7 | color: red; | ||
8 | } | 3 | } |
9 | 4 | ||
10 | main { | 5 | main { |
11 | background: green; | 6 | height: inherit; |
7 | display: flex; | ||
8 | flex-direction: column; | ||
9 | justify-content: stretch; | ||
12 | } \ No newline at end of file | 10 | } \ No newline at end of file |