diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 07:46:47 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 07:46:47 +0000 |
commit | c791aab126378913ee5aa839ed7f2884529360b0 (patch) | |
tree | 7a579653a6767ee97513e7174756bf3393f92143 /wk8/pset/homepage/styles.css | |
parent | 7518dbd97ce3d442339091eb76e6b6bd5657685b (diff) |
Fri, Jul 5, 2024, 12:46 AM -07:00
Diffstat (limited to 'wk8/pset/homepage/styles.css')
-rw-r--r-- | wk8/pset/homepage/styles.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/wk8/pset/homepage/styles.css b/wk8/pset/homepage/styles.css index 39144aa..5e5916b 100644 --- a/wk8/pset/homepage/styles.css +++ b/wk8/pset/homepage/styles.css @@ -6,6 +6,11 @@ --accent-2:#a225e3; } +main { + width: 74%; + background-color: var(--background); +} + .centered { text-align: center; |