From fe5c45c9d56997132032930e24ca0f88cab626f6 Mon Sep 17 00:00:00 2001 From: Yared Date: Fri, 24 Jan 2020 23:40:34 +0100 Subject: [PATCH 1/5] step1 height calculating height feed --- level-1/step-1/step-1.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/level-1/step-1/step-1.css b/level-1/step-1/step-1.css index 78865286..0199769f 100755 --- a/level-1/step-1/step-1.css +++ b/level-1/step-1/step-1.css @@ -8,8 +8,7 @@ .content-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; + height: calc( 100vh - 200px ); background: #565555; } From 9b0d1a9dd1ab6350fd4afa98b25516b858a9fccf Mon Sep 17 00:00:00 2001 From: Yared Date: Fri, 24 Jan 2020 23:43:52 +0100 Subject: [PATCH 2/5] float element --- level-1/step-1/step-1.css | 1 + 1 file changed, 1 insertion(+) diff --git a/level-1/step-1/step-1.css b/level-1/step-1/step-1.css index 0199769f..19e0382f 100755 --- a/level-1/step-1/step-1.css +++ b/level-1/step-1/step-1.css @@ -10,6 +10,7 @@ width: 34%; height: calc( 100vh - 200px ); background: #565555; + float: left; } From 685a602afc03404ef0c973d0df8805f581ecbcf1 Mon Sep 17 00:00:00 2001 From: Yared Date: Fri, 24 Jan 2020 23:49:57 +0100 Subject: [PATCH 3/5] mid content --- level-1/step-1/step-1.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/level-1/step-1/step-1.css b/level-1/step-1/step-1.css index 19e0382f..5551b2c8 100755 --- a/level-1/step-1/step-1.css +++ b/level-1/step-1/step-1.css @@ -18,9 +18,9 @@ .content-mid { width: 66%; - /* This height is a placeholder. You will need to make some adjustments to get this container to look like the design. */ - height: 100px; + height: calc( 100vh - 200px ); background: #B0B0B0; + float: right; } /* Use float to get this container to the bottom of the screen */ From 49724a527dffe3f6be26cc4f96e8ca0175cffda3 Mon Sep 17 00:00:00 2001 From: Yared Date: Sat, 25 Jan 2020 00:05:05 +0100 Subject: [PATCH 4/5] step 1 last --- level-1/step-1/step-1.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/level-1/step-1/step-1.css b/level-1/step-1/step-1.css index 5551b2c8..77a9e9c9 100755 --- a/level-1/step-1/step-1.css +++ b/level-1/step-1/step-1.css @@ -29,4 +29,6 @@ width: 100%; height: 100px; background: #3A3A3A; + position: absolute; + bottom: 0; } \ No newline at end of file From 3371c2ea2f76aca3f23d0dccd2ae31b60b669412 Mon Sep 17 00:00:00 2001 From: Yared <58144351+yaredyilma@users.noreply.github.com> Date: Sat, 25 Jan 2020 00:43:40 +0100 Subject: [PATCH 5/5] Update step-1.css --- level-1/step-1/step-1.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/level-1/step-1/step-1.css b/level-1/step-1/step-1.css index 77a9e9c9..9dbfba95 100755 --- a/level-1/step-1/step-1.css +++ b/level-1/step-1/step-1.css @@ -4,7 +4,6 @@ background: #D8D8D8; } -/* Use float to get this container in its desired location. */ .content-left { width: 34%; @@ -31,4 +30,4 @@ background: #3A3A3A; position: absolute; bottom: 0; -} \ No newline at end of file +}