SLOW

Landing page for slowlistening.org

by Jonathan McGlone

HTML

<div class="slow">
    <h1>SLOW</h1>
    <h2>coming soon</h2>
</div>

CSS

@import url(http://fonts.googleapis.com/css?family=Bangers);
body { background: #1C1C1C; color: #FFFF00; text-align: center;  }
.slow { margin: 20% auto; max-width: 75%; max-height: 50%; }
h1 {  font-size: 9em; font-family: 'Bangers', cursive; }
h2 { font-size: 1.5em; font-family: 'Bangers', cursive; }