diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-02-21 15:19:13 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-02-21 15:19:13 +0100 |
| commit | 77c6da0f221c210bb801b5f6415f1a999be37b5d (patch) | |
| tree | 0fb064cb1f7fe95e1cbe3dcf13198d2a08122a1c | |
| parent | a4d3b1998e529cb20abf2a121de866f024fb7418 (diff) | |
msg
| -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> |
