diff options
| author | Jules <jules@asdf.us> | 2016-09-11 10:19:07 -0400 |
|---|---|---|
| committer | Jules <jules@asdf.us> | 2016-09-11 10:19:07 -0400 |
| commit | fbf05115c17163d91e9f649a348e3e6800a22d5e (patch) | |
| tree | 14920be071bce59aa633be8dc47f8281a66a85db /css/css.css | |
init latest version of harp
Diffstat (limited to 'css/css.css')
| -rw-r--r-- | css/css.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/css/css.css b/css/css.css new file mode 100644 index 0000000..e1d7af5 --- /dev/null +++ b/css/css.css @@ -0,0 +1,27 @@ +html, +body { + width: 100%; + height: 100%; + margin: 0; + padding: 0; + background: white; + overflow: hidden; + box-sizing: border-box; + text-rendering: optimizeLegibility; + font-family: 'Roboto', sans-serif; + font-size: 36px; + font-weight: 900; +} + +#scene { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; +} + +svg { + -webkit-backface-visibility: hidden; + backface-visibility: hidden; +} |
