diff options
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html index 55e00b1..9ff8fd3 100644 --- a/src/index.html +++ b/src/index.html @@ -11,6 +11,10 @@ background-color: #222; color: white; } + #root { + width: 500px; + height: 500px; + } button { font-family: monospace; } |