Skip to content

Instantly share code, notes, and snippets.

View cjwsstrm's full-sized avatar

CJ Wesstrom cjwsstrm

  • Konstruct Digital
  • Victoria
View GitHub Profile
@cjwsstrm
cjwsstrm / app.css
Created November 27, 2017 17:50 — forked from scottdomes/app.css
React Audio Tutorial
body {
background: #f9f9f9;
font-family: 'Open Sans', sans-serif;
text-align: center;
}
#container {
position: relative;
z-index: 2;
padding-top: 100px;