Skip to content

Instantly share code, notes, and snippets.

View AndreasRaisl's full-sized avatar

Andreas Raisl AndreasRaisl

View GitHub Profile
@AndreasRaisl
AndreasRaisl / app.css
Created July 26, 2019 07:04 — 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;