From c525ecd4af4839b9b68141edca3e2209ade31834 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Mon, 11 Nov 2024 15:42:43 -0500 Subject: color widget --- styles/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'styles/main.css') diff --git a/styles/main.css b/styles/main.css index 0472fab..c9f0728 100644 --- a/styles/main.css +++ b/styles/main.css @@ -19,7 +19,7 @@ user { position: fixed; right: 30px; top: 10px; - z-index: 1; + z-index: 2; } user img { @@ -37,7 +37,7 @@ nav { width:calc(100% - 20px); height:50px; background-color: gray; - z-index: 0; + z-index: 1; border-radius: 10px; box-sizing: border-box; } @@ -60,4 +60,4 @@ content { margin-left: 50px; margin-right: 50px; margin-bottom:50px; -} \ No newline at end of file +} -- cgit v1.2.3