diff --git a/.gitignore b/.gitignore index e69de29..496ee2c 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store \ No newline at end of file diff --git a/src/css/core.css b/src/css/core.css index cbea608..2b7f519 100644 --- a/src/css/core.css +++ b/src/css/core.css @@ -4,3 +4,38 @@ body{ max-width: 50em; padding: calc(8px + 1.5625vw); } + +header{ + align-items: center; + background-color: #eeeeee; + display: flex; + justify-content: space-between; + padding: 8px; + width: 100%; +} + +header > a{ + float: left; +} + +nav{ + float: right; +} + +nav ul{ + display: flex; + list-style: none; + margin: 0; + padding: 0; +} + +nav li{ + margin-left: 1em; + padding: 8px; +} + +footer{ + font-size: .8em; + margin-top: 2em; + text-align: center; +} diff --git a/src/index.xhtml b/src/index.xhtml index 1bb7c2a..a7275dd 100644 --- a/src/index.xhtml +++ b/src/index.xhtml @@ -7,20 +7,43 @@
-