diff --git a/level-1/step-1/step-1.css b/level-1/step-1/step-1.css index 571198df..f192401d 100755 --- a/level-1/step-1/step-1.css +++ b/level-1/step-1/step-1.css @@ -7,6 +7,7 @@ /* I would suggest using float to get this container in its desired location. */ .content-left { + text-align:left; width: 34%; /* This height is a placeholder. You will need to make some adjustments to get this container to look like the design. */ height: 100px; @@ -29,4 +30,4 @@ width: 100%; height: 100px; background: #3A3A3A; -} \ No newline at end of file +}