summaryrefslogtreecommitdiff
path: root/light-fluid-simulation/css/main.css
diff options
context:
space:
mode:
authors1n <[email protected]>2019-10-07 18:17:38 -0700
committers1n <[email protected]>2019-10-07 18:17:38 -0700
commita7480ac79b5810c5b2689976ce06845c813e557d (patch)
treee6af3a78934ea632e0936517e41b4f9b20e53802 /light-fluid-simulation/css/main.css
parentadd halloween egg to dark mode, dark mode docs (diff)
downloads1n.pw-admin-a7480ac79b5810c5b2689976ce06845c813e557d.tar.xz
s1n.pw-admin-a7480ac79b5810c5b2689976ce06845c813e557d.zip
add light fluid simulation
Diffstat (limited to 'light-fluid-simulation/css/main.css')
-rw-r--r--light-fluid-simulation/css/main.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/light-fluid-simulation/css/main.css b/light-fluid-simulation/css/main.css
new file mode 100644
index 0000000..32eefc3
--- /dev/null
+++ b/light-fluid-simulation/css/main.css
@@ -0,0 +1,25 @@
+@import url('https://fonts.googleapis.com/css?family=Open+Sans:600&display=swap');
+
+* {
+ margin: 0;
+ border: 0;
+ box-sizing:
+ border-box;
+}
+
+body {
+
+ margin: 0;
+ position: fixed;
+ overflow: hidden;
+ background-color: #090d13;
+ user-select: none;
+
+}
+
+canvas {
+
+ width: 100%;
+ height: 100%;
+
+} \ No newline at end of file