This file contains hidden or 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
<div class="beatmaker"> | |
<div class="bars"> | |
<ul id="beat"> | |
<li class="tracker_line"> | |
<ul id="tracker" class="soundrow"> | |
<li class="block col_0"></li> | |
<li class="block col_1"></li> | |
<li class="block col_2"></li> | |
<li class="block col_3"></li> | |
<li class="block col_4"></li> |
This file contains hidden or 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
#title { | |
font-family: baskerville, serif; | |
font-style: italic; | |
font-size: 3em; | |
text-align: center; | |
letter-spacing: .025em; | |
line-height: 1.1em; | |
/**/ | |
background: rgba(255,247,229,.8); | |
margin-top: 1.5em; |
This file contains hidden or 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
/** | |
* What? Comment here is equal to title? | |
*/ | |
html { | |
background: #f06; | |
background: linear-gradient(66deg, #f06, yellow); | |
min-height: 100%; | |
font-family: Helvetica, Arial, Verdana, Sans-serif; | |
} |