diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-06-26 17:18:24 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-06-26 17:18:24 +0200 |
| commit | cdc7a3ad8e08ef515cb6f73f6437f335d2403827 (patch) | |
| tree | ddf4ac26f1f3ecf078b958b4f05ef8f84d5ee4a6 /index.html | |
| parent | 34b6b40f2985658b5307b1b5b51655077cb12999 (diff) | |
rebuild
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -20,10 +20,10 @@ body { } #header { position: absolute; - top: 0; left: 0; + bottom: 0; left: 0; width: 100%; color: #000; - font-size: 32px; + font-size: 16px; font-weight: 100; text-align: center; padding-top: 20px; @@ -31,7 +31,7 @@ body { </style> </head> <body> -<div id="header">AMBIENT MUSIC FOR WHISTLEBLOWERS</div> +<div id="header">click and drag to make applause!</div> </body> <script src='bundle.js'></script> </html> |
