diff --git a/src/index.html b/src/index.html index 60ff4f8..f5b17d4 100644 --- a/src/index.html +++ b/src/index.html @@ -14,5 +14,8 @@ Placeholder +
+ Header +
\ No newline at end of file diff --git a/src/styles.css b/src/styles.css index 4618cb1..f56e3e8 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1,4 +1,13 @@ 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