diff options
| author | s1n <[email protected]> | 2020-03-28 10:31:08 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2020-03-28 10:31:08 -0700 |
| commit | 6b81836e6b9815a2996a55ad37dcaa4d89f99e42 (patch) | |
| tree | 74bb9aa78ca31a6acfffd908e34dfb0df433c707 /light-fluid-simulation/css | |
| parent | Create .gitignore (diff) | |
| download | cyne.cf-backup-master.tar.xz cyne.cf-backup-master.zip | |
Diffstat (limited to 'light-fluid-simulation/css')
| -rw-r--r-- | light-fluid-simulation/css/main.css | 25 |
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 |