diff --git a/source/Header.css b/source/Header.css deleted file mode 100644 index ff9309d..0000000 --- a/source/Header.css +++ /dev/null @@ -1,23 +0,0 @@ -@import url("https://fonts.googleapis.com/css?family=Martian+Mono"); - -* { - margin: 0; - padding: 0; - box-sizing: border-box; - font-family: "Martian Mono", monospace; - font-size: 14pt; -} - -.header { - position: fixed; - height: 32px; - width: 100%; - background: var(--main-g-color); - z-index: 999999999999; -} -.header > img { - height: 100%; - margin: auto; - display: block; - padding: 8px 0px 8px 0px; -} \ No newline at end of file diff --git a/source/index.html b/source/index.html index f012631..f549b12 100644 --- a/source/index.html +++ b/source/index.html @@ -3,20 +3,21 @@
-