diff options
| author | Ben Beltran <ben@nsovocal.com> | 2016-11-09 23:41:37 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2016-11-09 23:41:37 -0600 |
| commit | 910278aad4a0b47dc40112839a18bc8e590302e5 (patch) | |
| tree | 34a44a1128f1e9d1480f00049b1f7e32aa83bb7e /css/app.css | |
| parent | aef6eff607f97150506522b8f8df89ac1ab2f72c (diff) | |
Add basic animator project
Diffstat (limited to 'css/app.css')
| -rw-r--r-- | css/app.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/css/app.css b/css/app.css new file mode 100644 index 0000000..5f63708 --- /dev/null +++ b/css/app.css @@ -0,0 +1,9 @@ +* { + margin: 0; + padding: 0; +} + +#heart-app-entry-point { + height: 100vh; + width: 100vw; +} |