diff --git a/src/index.html b/src/index.html index 60ff4f8..6f89b25 100644 --- a/src/index.html +++ b/src/index.html @@ -1,18 +1,20 @@ - + - + GitHub Flow Course - + - + - Placeholder +
+ Header +
\ No newline at end of file diff --git a/src/styles.css b/src/styles.css index 4618cb1..d0b8bb3 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1,4 +1,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; } \ No newline at end of file