diff options
| author | Ben Beltran <ben@nsovocal.com> | 2020-04-18 14:20:53 +0200 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2020-04-18 14:20:53 +0200 |
| commit | da393520c4a1b33bffdfe26974e817f2c65267d3 (patch) | |
| tree | 1c7b0999dbf235ee54b864167baefbd0422a3331 /ext | |
| parent | e865f21be5685ef2fbc57e36460f8d6819e0fe34 (diff) | |
Update code for 2020
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/index.html b/ext/index.html index 768e45e..2c1ddcf 100644 --- a/ext/index.html +++ b/ext/index.html @@ -10,6 +10,13 @@ <style> * {padding: 0; margin: 0;} + body { + display: flex; + align-items: center; + height: 100vh; + width: 100vw; + } + .insult { font-size: 72px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; |