From 6a270a8d83d5ce3f1abe40b6fdd5187f7e883ae2 Mon Sep 17 00:00:00 2001 From: Harsh Srivastava <53876344+harsh56-png@users.noreply.github.com> Date: Mon, 31 May 2021 01:22:44 +0530 Subject: [PATCH] performed the level 1 step 1 --- level-1/step-1/step-1.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/level-1/step-1/step-1.css b/level-1/step-1/step-1.css index 78865286..006c172c 100755 --- a/level-1/step-1/step-1.css +++ b/level-1/step-1/step-1.css @@ -11,6 +11,7 @@ /* This height is a placeholder. You will need to make some adjustments to get this container to look like the design. */ height: 100px; background: #565555; + float: left; } @@ -21,6 +22,7 @@ /* This height is a placeholder. You will need to make some adjustments to get this container to look like the design. */ height: 100px; background: #B0B0B0; + float: right; } /* Use float to get this container to the bottom of the screen */ @@ -29,4 +31,5 @@ width: 100%; height: 100px; background: #3A3A3A; + clear: both; } \ No newline at end of file