From d572dd47d38a17b51473c0ecb1e9ef8c16c4d74e Mon Sep 17 00:00:00 2001 From: Faiz Alam Date: Sat, 18 May 2024 17:24:34 +0530 Subject: [PATCH 1/3] Initial commit again --- src/index.html | 21 +++++---------------- src/styles.css | 39 --------------------------------------- 2 files changed, 5 insertions(+), 55 deletions(-) diff --git a/src/index.html b/src/index.html index c410652..2015250 100644 --- a/src/index.html +++ b/src/index.html @@ -1,11 +1,12 @@ + - GitHub Pull Request Flow Course - + GitHub Flow Course + @@ -13,19 +14,7 @@ -
- Header -
-
-
- Top section -
-
- Bottom section -
-
- + Placeholder + \ No newline at end of file diff --git a/src/styles.css b/src/styles.css index 5039065..c5c1506 100644 --- a/src/styles.css +++ b/src/styles.css @@ -2,42 +2,3 @@ body { font-family: Arial, Helvetica, sans-serif; font-size: 18px; } - -.header { - height: 49px; - display: flex; - justify-content: center; - align-items: center; - border-bottom: 1px solid black; -} - -.footer { - height: 49px; - display: flex; - justify-content: center; - align-items: center; - border-top: 1px solid black; -} - -.content { - min-height: calc(100vh - 140px); - width: 760px; - max-width: 100%; - margin: auto; - padding: 20px; -} - -.section { - height: 450px; - width: 100%; - margin-top: 20px; - display: flex; - justify-content: center; - align-items: center; - border: 1px solid black; -} - -.section:first-child { - margin-top: 0; -} - From cad2c2f20c3cd16022ec2477aa47e93beed07eb0 Mon Sep 17 00:00:00 2001 From: Faiz Alam Date: Sat, 18 May 2024 17:27:16 +0530 Subject: [PATCH 2/3] Add header markup --- src/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 2015250..f6db7fb 100644 --- a/src/index.html +++ b/src/index.html @@ -14,7 +14,9 @@ - Placeholder +
+ Header +
\ No newline at end of file From d3a065889cfe58374453cf7cf6b174222f86d219 Mon Sep 17 00:00:00 2001 From: Faiz Alam Date: Sat, 18 May 2024 17:27:52 +0530 Subject: [PATCH 3/3] Add header styles --- src/styles.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/styles.css b/src/styles.css index c5c1506..801a0c0 100644 --- a/src/styles.css +++ b/src/styles.css @@ -2,3 +2,11 @@ body { font-family: Arial, Helvetica, sans-serif; font-size: 18px; } + +.header { + height: 50px; + display: flex; + justify-content: center; + align-items: center; + border-bottom: 1px solid black; +}