Skip to content

Instantly share code, notes, and snippets.

@joshschmelzle
Last active March 31, 2016 12:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshschmelzle/38a924474c14afc38e65306696deb467 to your computer and use it in GitHub Desktop.
Save joshschmelzle/38a924474c14afc38e65306696deb467 to your computer and use it in GitHub Desktop.
simplynoise decluttered using stylebot
/* See before and after here: http://imgur.com/a/3HQML */
#bottomSection {
visibility: hidden;
display: none;
}
#topSection {
visibility: hidden;
display: none;
}
#midSection {
background: #E8E8E8;
border-bottom: 0px;
display: table;
position: absolute;
height: 100%;
width: 100%;
}
#audioPlayer {
display: table-cell;
vertical-align: middle;
}
#flashContent {
margin-left: auto;
margin-right: auto;
width: 820px;
height: 290px;
}
body {
background: #E8E8E8;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment