From 4886dce1a479bb60890f4a8ccd3552ed7bd157e3 Mon Sep 17 00:00:00 2001 From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> Date: Fri, 5 Jul 2024 08:07:14 +0000 Subject: Fri, Jul 5, 2024, 1:07 AM -07:00 --- wk8/pset/homepage/index.html | 1 + wk8/pset/homepage/styles.css | 12 ++++++++++++ 2 files changed, 13 insertions(+) (limited to 'wk8') diff --git a/wk8/pset/homepage/index.html b/wk8/pset/homepage/index.html index f52fccb..ecdb0e5 100644 --- a/wk8/pset/homepage/index.html +++ b/wk8/pset/homepage/index.html @@ -11,6 +11,7 @@
+
placeholder banner
Ivy Forge
diff --git a/wk8/pset/homepage/styles.css b/wk8/pset/homepage/styles.css index eb7e54d..e733212 100644 --- a/wk8/pset/homepage/styles.css +++ b/wk8/pset/homepage/styles.css @@ -11,6 +11,7 @@ --accent-2:#a225e3; --content-spacing:5px; --background-img: #332233; + --banner: #EB53D3; --text-color: white; --border:1px solid black; } @@ -26,6 +27,17 @@ body { background-color: var(--background-img); color: var(--text-color); } +.topbar { + background-color: var(--banner); + height:150px; + margin-bottom:var(--content-spacing); + border:var(--border); +} +#container, +.topbar img { + max-width: 850px; + margin: 0 auto; +} main { width: 74%; -- cgit v1.2.3