diff options
Diffstat (limited to 'index.css')
| -rw-r--r-- | index.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/index.css b/index.css new file mode 100644 index 0000000..4801000 --- /dev/null +++ b/index.css @@ -0,0 +1,9 @@ +html, body { + margin: 0; + padding: 0; +} +#visContainer { + position: fixed; + height: 100%; + width: 100%; +} |
