diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 07:53:01 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 07:53:01 +0000 |
commit | df1e0cf3adefb0cc46d77eb9c88dc0febfe3ba0b (patch) | |
tree | 0ad5c860466c6cb7e6429fa34c22b04cadcf3b2b /wk8/pset/homepage/styles.css | |
parent | 02da67ca197286d70cd7857d3bee1ae223148c73 (diff) |
Fri, Jul 5, 2024, 12:53 AM -07:00
Diffstat (limited to 'wk8/pset/homepage/styles.css')
-rw-r--r-- | wk8/pset/homepage/styles.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/wk8/pset/homepage/styles.css b/wk8/pset/homepage/styles.css index 9044e41..e0afe21 100644 --- a/wk8/pset/homepage/styles.css +++ b/wk8/pset/homepage/styles.css @@ -4,6 +4,8 @@ --main-color-dk: #551251; --accent-1: #6eebff; --accent-2:#a225e3; + --content-spacing:5px; + --border:1px solid black; } body { @@ -15,6 +17,13 @@ main { background-color: var(--background); } +aside { + width: 30%; + margin-left:var(--content-spacing); + border-left:var(--border); + background-color: var(--background); +} + .centered { text-align: center; @@ -31,7 +40,7 @@ main { font-size: medium; } -.small +#footer { color: red; font-size: small; |