summaryrefslogtreecommitdiff
path: root/static/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/index.css')
-rw-r--r--static/index.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/static/index.css b/static/index.css
new file mode 100644
index 0000000..9ae6d1e
--- /dev/null
+++ b/static/index.css
@@ -0,0 +1,27 @@
+.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;
+}
+