From 3bdfb88a19fc17eddcdf63c7950344f6065fc883 Mon Sep 17 00:00:00 2001 From: itssunnyfunny Date: Wed, 20 Nov 2024 10:50:27 +0530 Subject: [PATCH 01/20] first assignments solved --- week-1/problems/0-horizontal-align/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/week-1/problems/0-horizontal-align/index.html b/week-1/problems/0-horizontal-align/index.html index 7b2f62cf..8e0a22be 100644 --- a/week-1/problems/0-horizontal-align/index.html +++ b/week-1/problems/0-horizontal-align/index.html @@ -11,6 +11,7 @@ width: 1200px; /* margin: 0px auto; */ background-color: red; + height: 500px; } .content { From 306be293c6dafd1ba7934cfb5e22ca4f4352518f Mon Sep 17 00:00:00 2001 From: itssunnyfunny Date: Wed, 20 Nov 2024 10:54:54 +0530 Subject: [PATCH 02/20] second problem solved --- week-1/problems/1-vertical-align/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/week-1/problems/1-vertical-align/index.html b/week-1/problems/1-vertical-align/index.html index adb5ce5c..18c80469 100644 --- a/week-1/problems/1-vertical-align/index.html +++ b/week-1/problems/1-vertical-align/index.html @@ -23,6 +23,8 @@ } .horizontal-center { margin: 0 auto; + display: flex; + text-align: center; } From f278c9bb1da9d8bd88fd3c3d467301a450c9163a Mon Sep 17 00:00:00 2001 From: itssunnyfunny Date: Wed, 20 Nov 2024 10:56:00 +0530 Subject: [PATCH 03/20] second problem solved --- week-1/problems/1-vertical-align/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/week-1/problems/1-vertical-align/index.html b/week-1/problems/1-vertical-align/index.html index 18c80469..6cc35bce 100644 --- a/week-1/problems/1-vertical-align/index.html +++ b/week-1/problems/1-vertical-align/index.html @@ -27,7 +27,7 @@ text-align: center; } - +"
From 83b185f0917c9a8ed77298388e5ca89dc16cf4ce Mon Sep 17 00:00:00 2001 From: itssunnyfunny Date: Wed, 20 Nov 2024 11:09:57 +0530 Subject: [PATCH 04/20] 3rd css solved --- week-1/problems/2-flex-layout/index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/week-1/problems/2-flex-layout/index.html b/week-1/problems/2-flex-layout/index.html index e4b966c2..df8cd50d 100644 --- a/week-1/problems/2-flex-layout/index.html +++ b/week-1/problems/2-flex-layout/index.html @@ -9,20 +9,25 @@ From 3af3c6e1b826315f68458449dbe6618124a0c1d2 Mon Sep 17 00:00:00 2001 From: itssunnyfunny Date: Wed, 20 Nov 2024 11:14:51 +0530 Subject: [PATCH 05/20] grid problem solved --- week-1/problems/3-grid-layout/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/week-1/problems/3-grid-layout/index.html b/week-1/problems/3-grid-layout/index.html index 1f3b2f91..be7b1880 100644 --- a/week-1/problems/3-grid-layout/index.html +++ b/week-1/problems/3-grid-layout/index.html @@ -7,7 +7,7 @@ Grid Layout From 6670f083b60c16d0feff6a92fbfaf4113564dea3 Mon Sep 17 00:00:00 2001 From: itssunnyfunny Date: Wed, 20 Nov 2024 11:38:56 +0530 Subject: [PATCH 06/20] 4rth solved --- week-1/problems/4-more-complicated-grid/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/week-1/problems/4-more-complicated-grid/index.html b/week-1/problems/4-more-complicated-grid/index.html index 0f85ba39..b18890ef 100644 --- a/week-1/problems/4-more-complicated-grid/index.html +++ b/week-1/problems/4-more-complicated-grid/index.html @@ -8,7 +8,7 @@ Grid Layout