diff --git a/assets/index.css b/assets/index.css new file mode 100644 index 0000000..03de644 --- /dev/null +++ b/assets/index.css @@ -0,0 +1,72 @@ +@font-face { + font-family: 'JetBrains-Mono'; + src: url('./jetbrains-mono-font/fonts/webfonts/JetBrainsMono-Regular.woff2') format('woff2'); +} + +:root { + font-family: 'JetBrains-Mono', sans-serif; +} + +/* * { + outline: 1px black solid; +} */ + +body { + display: flex; + flex-direction: column; + gap: 0; + + height: 100dvh; + width: 100dvw; + + padding: 0; + margin: 0; +} + +main { + flex: 1; + padding: 32px; +} + +main div { + font-size: 28px; +} + +main img { + box-shadow: 0px 0px 8px 4px black; +} + +#bottomnav { + display: flex; + /* width: 100dvw; */ + list-style: none; + padding: 32px; + margin: 0; + + gap: 16px; + + outline: 1px solid black; +} + +#bottomnav li { + padding: 0px; +} + +#bottomnav a { + color: black; + background: white; + + text-decoration: none; + + padding: 4px; + + outline: 1px black solid; +} + +#bottomnav a:hover { + cursor: not-allowed; + text-decoration: underline; + + background: black; + color: white; +} \ No newline at end of file diff --git a/assets/index.js b/assets/index.js new file mode 100644 index 0000000..e69de29 diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..53b9233 Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..3721de6 --- /dev/null +++ b/index.html @@ -0,0 +1,22 @@ + + + + + + Im bad at naming things + + + +
+
+ lucielle_avatar + Lucielle +
+
+ + + \ No newline at end of file