diff options
Diffstat (limited to 'animism-align/static/site.css')
| -rw-r--r-- | animism-align/static/site.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/animism-align/static/site.css b/animism-align/static/site.css new file mode 100644 index 0000000..1115616 --- /dev/null +++ b/animism-align/static/site.css @@ -0,0 +1,8 @@ + +* { box-sizing: border-box; } +html, body { + margin: 0; + padding: 0; + width: 100%; + height: 100%; +} |
