diff --git a/assets/Doto-Bold.ttf b/assets/Doto-Bold.ttf new file mode 100644 index 0000000..46bfb56 Binary files /dev/null and b/assets/Doto-Bold.ttf differ diff --git a/assets/JetBrainsMono.ttf b/assets/JetBrainsMono.ttf deleted file mode 100644 index 8c93043..0000000 Binary files a/assets/JetBrainsMono.ttf and /dev/null differ diff --git a/assets/Monocraft.ttf b/assets/Monocraft.ttf new file mode 100644 index 0000000..36a206c Binary files /dev/null and b/assets/Monocraft.ttf differ diff --git a/assets/styles.css b/assets/styles.css index 6117e98..0fe1fad 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -1,28 +1,22 @@ +@font-face{ + font-family: 'Doto'; + src: url('Monocraft.ttf') format('truetype'); + font-weight: bold; + font-display: swap; +} + body { margin: 0; min-height: 100svh; - font: 14px 'JetBrainsMono',monospace; + font: 14px 'Doto',monospace; color: #fff; text-align: center; - background: url("wallhaven-3kkgl6.jpg") center/cover fixed; - /* background-color: rgb(27,27,27); */ + /* background: url("wallhaven-3kkgl6.jpg") center/cover fixed; */ + background-color: #2c1b02; display: flex; flex-direction: column; } -body:before { - content: ''; - position: fixed; - inset: 0; - background: rgba(37,37,37,0.5); - pointer-events: none; -} - -body * { - position: relative; - z-index: 1; -} - main { max-width: 1000px; width: calc(100% - 20px); @@ -32,36 +26,45 @@ main { } a { - color: rgb(0, 162, 255); + /* color: rgb(0, 162, 255); */ + color: #fa9c0f; text-decoration: none; } +.maintitle { + font-size: 3em; + font-weight: 400; +} + a:hover { text-decoration: underline; } +/* .flip { + display: inline-block; + transform: scaleX(-1); +} */ + .info { display: flex; - gap: 50px; justify-content: center; } +.info > div { + margin: 0 20px; +} + .h1-404 { font-size: 6em; + font-weight: 400; margin: 0 auto; } -@media(max-width:600px){ +@media(max-width:650px){ body { gap:15px; padding:0 10px; } main { padding:15px; } h1 { font-size:1.5rem; } h2,h3 { font-size:1.1rem; margin:12px 0; } .info { display:block; } -} - -@font-face{ - font-family: 'JetBrainsMono'; - src: url('JetBrainsMono.ttf') format('truetype'); - font-weight: bold; - font-display: swap; + .info > div { margin: 0; } } \ No newline at end of file diff --git a/assets/wallhaven-3kkgl6.jpg b/assets/wallhaven-3kkgl6.jpg deleted file mode 100644 index 5383775..0000000 Binary files a/assets/wallhaven-3kkgl6.jpg and /dev/null differ diff --git a/index.html b/index.html index 1ad61cc..cc3b828 100644 --- a/index.html +++ b/index.html @@ -10,9 +10,9 @@