diff options
| author | s1n <[email protected]> | 2019-09-07 20:51:18 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-09-07 20:51:18 -0700 |
| commit | 34f27ba06b273566eabcd7e14e55f681903af7f8 (patch) | |
| tree | 74c63755747be7840a939a76fe1eaa65a1cab390 /input-lag/css/main.css | |
| parent | add some style to links, seperate root redir (diff) | |
| download | s1n.pw-admin-34f27ba06b273566eabcd7e14e55f681903af7f8.tar.xz s1n.pw-admin-34f27ba06b273566eabcd7e14e55f681903af7f8.zip | |
add demos to directory, input lag
Diffstat (limited to 'input-lag/css/main.css')
| -rw-r--r-- | input-lag/css/main.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/input-lag/css/main.css b/input-lag/css/main.css new file mode 100644 index 0000000..a044e24 --- /dev/null +++ b/input-lag/css/main.css @@ -0,0 +1,13 @@ +body { + margin: 0; + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; +} + +svg { + width: 100%; + height: 100%; +}
\ No newline at end of file |