From cdfab4cb8e7bff321dc09381303aa24305c268c1 Mon Sep 17 00:00:00 2001 From: Nidhirajput1301 Date: Tue, 25 Aug 2020 01:56:21 +0530 Subject: [PATCH 1/2] upadte _login --- 2_login/index.html | 4 ++-- 2_login/style.css | 22 +++++++++++++++------- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/2_login/index.html b/2_login/index.html index 3c94116..f10a8d1 100644 --- a/2_login/index.html +++ b/2_login/index.html @@ -8,7 +8,7 @@ Login -
+
- + \ No newline at end of file diff --git a/2_login/style.css b/2_login/style.css index d4abb9c..502a882 100644 --- a/2_login/style.css +++ b/2_login/style.css @@ -26,13 +26,13 @@ a { border: 20px solid #dce7ff; width: 1000px; box-shadow: 0 4px 5px rgba(0,0,0,0.1); - display: flex; + display: flex; } form { border-right: 1px solid #ecf2ff; display: flex; - flex-direction: column; + flex-direction: column; align-items: center; justify-content: center; padding: 40px; @@ -133,12 +133,20 @@ input:not([type="checkbox"]) { margin: 5px 0; } -@media(max-width: 768px) { + @media(max-width: 768px) { .container { - flex-direction: column; + flex-direction: column; + background-color:lightcyan; + margin-top: 100%; } form { - border-right: 0; - } -} \ No newline at end of file + border-right: 0; + flex: 1; + } + + .features { + flex: 1; + } + +} \ No newline at end of file From 7d4dfcbf7a64695b7760040892e0034fb30f69c6 Mon Sep 17 00:00:00 2001 From: Nidhi <48066668+Nidhirajput1301@users.noreply.github.com> Date: Tue, 25 Aug 2020 02:02:00 +0530 Subject: [PATCH 2/2] Update style.css --- 2_login/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/2_login/style.css b/2_login/style.css index 502a882..45e80cd 100644 --- a/2_login/style.css +++ b/2_login/style.css @@ -136,7 +136,6 @@ input:not([type="checkbox"]) { @media(max-width: 768px) { .container { flex-direction: column; - background-color:lightcyan; margin-top: 100%; } @@ -149,4 +148,4 @@ input:not([type="checkbox"]) { flex: 1; } -} \ No newline at end of file +}