diff options
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> |
