aboutsummaryrefslogtreecommitdiff
path: root/src/assets/stylesheet.css
diff options
context:
space:
mode:
authorlemurianmage <azureazure@disroot.org>2025-12-03 17:55:40 +0100
committerlemurianmage <azureazure@disroot.org>2025-12-03 17:55:40 +0100
commite059db8cb42a5d7b3f42536bbf9d9452ac7e4627 (patch)
tree74bd3edd78a19c5f911bf7298d23a44e303b3ca9 /src/assets/stylesheet.css
parent8a40b7c38579d3d32af07337f0fde97289b80b5d (diff)
downloadslimegirl.nexus-e059db8cb42a5d7b3f42536bbf9d9452ac7e4627.tar.gz
add some basic css and a background
Diffstat (limited to 'src/assets/stylesheet.css')
-rw-r--r--src/assets/stylesheet.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/assets/stylesheet.css b/src/assets/stylesheet.css
new file mode 100644
index 0000000..8f72c8b
--- /dev/null
+++ b/src/assets/stylesheet.css
@@ -0,0 +1,12 @@
+body {
+ background-image: url('tile.png');
+}
+
+h1 {
+ background: #ffffffcc;
+ display: flex;
+ justify-content: center;
+ margin-bottom: 10px;
+ margin-top: 10px;
+}
+