From f34747a2a13087a4f1ad91fbccf0ecaa20fa6d83 Mon Sep 17 00:00:00 2001 From: soaos Date: Tue, 19 Aug 2025 23:16:21 -0400 Subject: flashy ass new index page --- index.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 index.css (limited to 'index.css') 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 -- cgit v1.2.3