diff --git a/src/index.html b/src/index.html index e6c0fcb..d4b4c14 100644 --- a/src/index.html +++ b/src/index.html @@ -4,8 +4,8 @@ - GitHub Flow Course - + GitHub Pull Request Flow Course + @@ -16,7 +16,11 @@
Header
-
+
+
+ Top section +
+
diff --git a/src/styles.css b/src/styles.css index 42a3bae..6b8c645 100644 --- a/src/styles.css +++ b/src/styles.css @@ -4,7 +4,7 @@ body { } .header { - height: 50px; + height: 49px; display: flex; justify-content: center; align-items: center; @@ -20,8 +20,18 @@ body { } .content { - min-height: calc(100vh - 100px); - width: 720px; + min-height: calc(100vh - 140px); + width: 760px; max-width: 100%; margin: auto; + padding: 20px; +} + +.section { + height: 450px; + width: 100%; + display: flex; + justify-content: center; + align-items: center; + border: 1px solid black; } \ No newline at end of file