From 875dda51134d3e10c03e5fabd621d7ae4afb2c15 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Sat, 9 Nov 2024 03:55:01 -0500 Subject: A few widgets --- styles/main.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'styles/main.css') 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 -- cgit v1.2.3