From 2a3898dbd76c7a70483713fa212fbdb80d74f9c2 Mon Sep 17 00:00:00 2001 From: ZoeBai0714 <42818214+ZoeBai0714@users.noreply.github.com> Date: Wed, 12 Sep 2018 07:10:32 +0800 Subject: [PATCH] Update step-1.css --- level-1/step-1/step-1.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}