diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -16,9 +16,21 @@ body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; user-select: none; } +#header { + position: absolute; + bottom: 20px; left: 0; + width: 100%; + color: #000; + font-size: 16px; + font-weight: 100; + text-align: center; + z-index: 20; + pointer-events: none; +} </style> </head> <body> +<div id="header">tap / drag to break glass</div> </body> <script src='bundle.js'></script> </html> |
