From 77252a56baf98ff0b979ec8ae249b1024e9b71ab Mon Sep 17 00:00:00 2001 From: Hafsa Sajid <139751784+its-hafsa04@users.noreply.github.com> Date: Wed, 4 Sep 2024 21:47:49 +0500 Subject: [PATCH 1/3] add padding --- css/carousel.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/carousel.css b/css/carousel.css index 8fa0bc6..2776020 100644 --- a/css/carousel.css +++ b/css/carousel.css @@ -39,6 +39,7 @@ body { /* Carousel base class */ .carousel { height: 409px; + padding-top: 20px; margin-bottom: 0px; } /* Since positioning the image, we need to help out the caption */ @@ -136,4 +137,4 @@ body { .featurette-heading { margin-top: 120px; } -} \ No newline at end of file +} From 1feed8686c62efef36cfc3d7bb11569012b9a729 Mon Sep 17 00:00:00 2001 From: Hafsa Sajid <139751784+its-hafsa04@users.noreply.github.com> Date: Wed, 4 Sep 2024 21:53:40 +0500 Subject: [PATCH 2/3] add alignment in footer --- index.html | 48 +++++++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 23 deletions(-) diff --git a/index.html b/index.html index bf2c684..dee5525 100644 --- a/index.html +++ b/index.html @@ -365,31 +365,33 @@