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