diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 08:38:17 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 08:38:17 +0000 |
commit | 39573b6ce4d8f8fa51bf9480431d45eb88d7c404 (patch) | |
tree | 3004940f6c79c5bb1747d62b372e363003dacf31 /wk8/pset/homepage/styles.css | |
parent | c8beffa7a891603d7e6cd1baee55c1ccd8024729 (diff) |
Fri, Jul 5, 2024, 1:38 AM -07:00
Diffstat (limited to 'wk8/pset/homepage/styles.css')
-rw-r--r-- | wk8/pset/homepage/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/wk8/pset/homepage/styles.css b/wk8/pset/homepage/styles.css index 46ca475..8b27b30 100644 --- a/wk8/pset/homepage/styles.css +++ b/wk8/pset/homepage/styles.css @@ -61,6 +61,10 @@ main { background-color: var(--background); } +.content { + padding:25px; +} + footer { border:var(--border); color: red; |