diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2024-11-09 03:55:01 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2024-11-09 03:55:01 -0500 |
commit | 875dda51134d3e10c03e5fabd621d7ae4afb2c15 (patch) | |
tree | a337f70fe60348bea8c4ddf9590c8e1ddca44371 /styles/main.css | |
parent | 4ceef6633c750157645d03225b07b739ca893c49 (diff) |
A few widgets
Diffstat (limited to 'styles/main.css')
-rw-r--r-- | styles/main.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/styles/main.css b/styles/main.css index bddd9c2..0472fab 100644 --- a/styles/main.css +++ b/styles/main.css @@ -6,6 +6,7 @@ html, body { body { min-height: 100vh; margin:0; + background-color: #eee; } user { @@ -51,4 +52,12 @@ nav .nav-el { nav .nav-el:hover { color: white; +} + +content { + display: block; + margin-top: 100px; + margin-left: 50px; + margin-right: 50px; + margin-bottom:50px; }
\ No newline at end of file |