aboutsummaryrefslogtreecommitdiff
path: root/assets/css/main.css
diff options
context:
space:
mode:
authorZach Berwaldt <zberwaldt@tutamail.com>2023-05-13 22:39:58 -0400
committerZach Berwaldt <zberwaldt@tutamail.com>2023-05-13 22:39:58 -0400
commitb34e09f8fe1011963934dbf40dc92f0b258592ca (patch)
treec99974d127163b266f107d5c9c5e1f126a233087 /assets/css/main.css
parent24e058c3eb3a278023c4ecee7efa9a73774ded0b (diff)
more layout work
Diffstat (limited to 'assets/css/main.css')
-rw-r--r--assets/css/main.css14
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 @@
1header { 1body {
2 background: red; 2 min-height: 100vh;
3}
4
5footer {
6 background: blue;
7 color: red;
8} 3}
9 4
10main { 5main {
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