aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.css
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2022-12-07 17:50:56 +0100
committerMaksymilian Jopek <maks@jopek.eu>2022-12-07 17:50:56 +0100
commitb9f683fa36320fcdc08716c8303691e5cf7ce5cd (patch)
treed019dba364d4e435c0bc80414f64ef86dcfc56a5 /src/app.css
downloaddigit-single-b9f683fa36320fcdc08716c8303691e5cf7ce5cd.tar.gz
digit-single-b9f683fa36320fcdc08716c8303691e5cf7ce5cd.tar.zst
digit-single-b9f683fa36320fcdc08716c8303691e5cf7ce5cd.zip
Inital commit with v0.0.3
Diffstat (limited to 'src/app.css')
-rw-r--r--src/app.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/app.css b/src/app.css
new file mode 100644
index 0000000..ba0f5e7
--- /dev/null
+++ b/src/app.css
@@ -0,0 +1,11 @@
+body {
+ font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
+ margin: 0;
+ display: flex;
+ place-items: center;
+ place-content: center;
+ min-width: 100vw;
+ min-height: 100vh;
+ background-color: darksalmon;
+}
+