summaryrefslogtreecommitdiff
path: root/wk8/pset
diff options
context:
space:
mode:
Diffstat (limited to 'wk8/pset')
-rw-r--r--wk8/pset/homepage/index.html9
-rw-r--r--wk8/pset/homepage/styles.css4
2 files changed, 8 insertions, 5 deletions
diff --git a/wk8/pset/homepage/index.html b/wk8/pset/homepage/index.html
index ee8ebe7..85ede4f 100644
--- a/wk8/pset/homepage/index.html
+++ b/wk8/pset/homepage/index.html
@@ -19,14 +19,13 @@
<title>Miau - Home Page</title>
</head>
<body class="centered">
- <header class="large">
+ <div class="large">
Ivy Forge
- </header>
+ </div>
<main class="medium">
Welcome home pookie!
</main>
- <footer class="small">
- &#916; Copyworng :3
- </footer>
+ <aside></aside>
+ <footer id="footer">&#916; Copyworng :3</footer>
</body>
</html>
diff --git a/wk8/pset/homepage/styles.css b/wk8/pset/homepage/styles.css
index 5e5916b..9044e41 100644
--- a/wk8/pset/homepage/styles.css
+++ b/wk8/pset/homepage/styles.css
@@ -6,6 +6,10 @@
--accent-2:#a225e3;
}
+body {
+ background-color: var(--main-color);
+}
+
main {
width: 74%;
background-color: var(--background);