From 734497091da09b8dd1510504da91c82866794941 Mon Sep 17 00:00:00 2001 From: Alik Sarkar <88977627+Aliksarkar18@users.noreply.github.com> Date: Tue, 18 Oct 2022 00:09:11 +0530 Subject: [PATCH] Update styles.css --- styles.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/styles.css b/styles.css index 686f00f..6ddf7f0 100644 --- a/styles.css +++ b/styles.css @@ -16,14 +16,14 @@ body { margin: 0 auto; width: 50%; border-radius: 0px 0px 30px 30px; - background-color: #FFE3E1; + background-color: #92a8d1; } /* Remove margins and padding from the list */ ul { - margin: 2rem; + margin: 1rem; padding: 0; } @@ -33,7 +33,7 @@ ul { ul li { margin-top: 1rem; cursor: pointer; - position: relative; + position: absolute; padding: 12px 8px 12px 40px; background: rgb(39, 31, 120); @@ -125,7 +125,7 @@ ul li.checked::before { margin-left: 150px ; border: none; border-radius: 0; - width: 45%; + width: 50%; padding: 10px; float: left; font-size: 16px;