1
0
Fork 0
Super-Simple-Shuffling-Soun.../styles/app.css
2015-10-04 14:46:02 -05:00

24 lines
460 B
CSS
Executable file

/* ==========================================================================
Author's custom styles
========================================================================== */
body {
padding: 2rem;
}
#stopAll {
position: fixed;
top: 2rem;
right: 2rem;
}
.sounds button {
float: left;
margin-right: 1rem;
}
.sounds { clear: both; }
.sounds.play button.pause { display: none; }
.sounds.pause button.play { display: none; }