Skip to content

Instantly share code, notes, and snippets.

View SoumyaChaudhari's full-sized avatar

Soumya Chaudhari SoumyaChaudhari

View GitHub Profile
@SoumyaChaudhari
SoumyaChaudhari / app.css
Created May 17, 2019 14:44 — 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;