diff --git a/assets/goalmap.jpeg b/assets/goalmap.jpeg new file mode 100644 index 0000000..dc77bbd Binary files /dev/null and b/assets/goalmap.jpeg differ diff --git a/assets/style.css b/assets/style.css new file mode 100644 index 0000000..121a60b --- /dev/null +++ b/assets/style.css @@ -0,0 +1,47 @@ +@font-face { + font-family: grandstander; + src: url("https://fonts.googleapis.com/css2?family=Grandstander"); + } + + * { + box-sizing: border-box; + } + html { + height: 100%; + margin: 0; + padding: 0; + font-size: 1.6em; + line-height: 1.4em; + font-family: "Fire Sans", "Helvetica", "Arial", sans-serif; + } + body { + background-color: rgb(124, 206, 163); + display: flex; + flex-direction: column; + height: 100%; + margin: 0; + padding: 0; + } + #header { + text-align: right; + padding: 1em 2em; + } + #main { + flex-grow: 1; + justify-content: center; + align-items: center; + display: flex; + } + a, a:active, a:visited { + color: black; + } + .links { + margin: 0; + padding: 1em; + justify-content: center; + display: flex; + } + .links li { + display: inline-block; + padding: .5em; + } diff --git a/ccc b/ccc deleted file mode 100644 index e69de29..0000000 diff --git a/index.html b/index.html index 27cf444..3bee183 100644 --- a/index.html +++ b/index.html @@ -1,60 +1,12 @@ - +