diff options
| author | 8cy <[email protected]> | 2020-06-02 10:24:13 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-06-02 10:24:13 -0700 |
| commit | 2321b2a0acaa0cba14dc38633cd46adee838294c (patch) | |
| tree | e556c69fc7fdb3d7afa7a1a4fd6b381112db126f /tools/input-lag/css/main.css | |
| download | kyzer.co-admin-2321b2a0acaa0cba14dc38633cd46adee838294c.tar.xz kyzer.co-admin-2321b2a0acaa0cba14dc38633cd46adee838294c.zip | |
Initial commit
Diffstat (limited to 'tools/input-lag/css/main.css')
| -rw-r--r-- | tools/input-lag/css/main.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/input-lag/css/main.css b/tools/input-lag/css/main.css new file mode 100644 index 0000000..a044e24 --- /dev/null +++ b/tools/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 |