summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorsoaos <soaos@soaos.dev>2025-08-19 23:16:21 -0400
committersoaos <soaos@soaos.dev>2025-08-19 23:16:21 -0400
commitf34747a2a13087a4f1ad91fbccf0ecaa20fa6d83 (patch)
treec257f981133be6d7269ec2fb50aa8469f9baba92 /index.css
parentde707b177bac29a16a99beea470ee00c10ec1b08 (diff)
flashy ass new index page
Diffstat (limited to 'index.css')
-rw-r--r--index.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/index.css b/index.css
new file mode 100644
index 0000000..712f8a1
--- /dev/null
+++ b/index.css
@@ -0,0 +1,29 @@
+.section {
+ background-color: var(--bg1);
+}
+
+html {
+ background: url("/assets/bg.jpg");
+ background-attachment: fixed;
+ background-size: cover;
+ image-rendering: pixelated;
+}
+
+/* Links */
+a {
+ color: var(--blue);
+}
+
+a:visited {
+ color: var(--purple);
+}
+
+#weird-fucking-header-container {
+ display: inline-grid;
+ grid-template-columns: 1fr;
+ grid-template-rows: 1fr;
+}
+
+.whatever {
+ grid-area: 1 / 1 / 2 / 2;
+} \ No newline at end of file