Last active
March 31, 2016 12:46
-
-
Save joshschmelzle/38a924474c14afc38e65306696deb467 to your computer and use it in GitHub Desktop.
simplynoise decluttered using stylebot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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