diff options
Diffstat (limited to 'index.css')
| -rw-r--r-- | index.css | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/index.css b/index.css deleted file mode 100644 index 9ae6d1e..0000000 --- a/index.css +++ /dev/null @@ -1,27 +0,0 @@ -.section { - background-color: var(--bg1); -} - -html { - background: url("/assets/bg.jpg"); - background-attachment: fixed; - background-size: cover; - image-rendering: pixelated; -} - -#weird-fucking-header-container { - display: inline-grid; - grid-template-columns: 1fr; - grid-template-rows: 1fr; -} - -.whatever { - grid-area: 1 / 1 / 2 / 2; -} - -#badge-grid { - display: inline-grid; - grid-template-columns: 1fr 1fr 1fr; - gap: 4px; -} - |
