From 2a53dbac0b4b7aa787e2d26cc1ae07641513da02 Mon Sep 17 00:00:00 2001 From: Christopher Date: Sun, 25 Feb 2024 22:50:12 +0100 Subject: [PATCH] Correction of List --- style.css | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/style.css b/style.css index c400951..86b8954 100644 --- a/style.css +++ b/style.css @@ -25,12 +25,7 @@ body { .container { width: 90vw; padding: 16px; - border-radius: 8px; - border: 1px solid rgba(0,0,0,0.2); - box-shadow: 0 0 8px rgba(0,0,0,0.6); - background-color: rgba(0,0,0,0.5); - color: white; - text-align: center; + border-radius: 8px 8px 0 0; } img { @@ -39,7 +34,6 @@ body { .list { border-radius: 0 0 8px 8px; - padding: 16px; width: 90vw; } @@ -65,11 +59,7 @@ body { } .list { - background-color: rgba(255, 255, 255, 0.2); - box-shadow: 0 0 4px rgba(0,0,0,0.6); border-radius: 0 8px 8px 0; - padding: 16px; - color: white; width: 25%; } @@ -79,8 +69,6 @@ body { } .container { - padding: 32px; - border-radius: 8px; border: 1px solid rgba(0,0,0,0.2); box-shadow: 0 0 8px rgba(0,0,0,0.6); background-color: rgba(0,0,0,0.5); @@ -109,6 +97,13 @@ body { .controls button:hover { color: green; } + +.list { + background-color: rgba(255, 255, 255, 0.2); + box-shadow: 0 0 4px rgba(0,0,0,0.6); + padding: 16px; + color: white; +} .list ul { padding: 0;