summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
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