hmm hmmmm
hmmmm hmm
he he he he he!
@import url('https://fonts.googleapis.com/css?family=Baloo'); | |
* { | |
line-height: 120%; | |
font-family: 'Baloo', cursive; | |
} | |
.inner * { | |
text-shadow: 0px 1px 1px #DDDDEE, 0px 2px 2px #7788AA; | |
} |
/* | |
Theme name: Light Shades | |
Description: Elegant pseudo-3D visaulization for Beatdown | |
*/ | |
@import url('https://fonts.googleapis.com/css?family=Lato'); | |
:root { | |
--color: darkslateblue; | |
--scale:1.1; |
A soothing, motivational composition. Royalty free with Creative Commons licensing.
Composed in FLStudio. Video created with BeatDown: https://ugotsta.github.io/beatdown/ Download: https://soundcloud.com/ugotsta/soar
/* | |
Theme name: Woodwork | |
URL: https://gist.github.com/Ugotsta/ece15baa3b80cd95bc0b7a0a2b5a24bd | |
*/ | |
@import url('https://fonts.googleapis.com/css?family=Baloo|Lobster'); | |
#wrapper * { | |
font-family: 'Baloo', cursive; | |
} |
/* | |
Theme name: Ye Olde Tavern | |
URL: https://gist.github.com/r3v1z3/e9dc237da3d9bda63302fe4b659c20b5 | |
*/ | |
@import url('https://fonts.googleapis.com/css?family=Open+Sans|UnifrakturMaguntia'); | |
:root { | |
--bg: darkgrey; | |
--fontsize: 140%; |
/* | |
Theme name: Tech Archaic | |
URL: https://gist.github.com/r3v1z3/e27b284231488b349f35786f6340096a | |
*/ | |
@import url('https://fonts.googleapis.com/css?family=Orbitron'); | |
:root { | |
--bg: dimgray; | |
} |
/* | |
Theme name: Console | |
URL: https://gist.github.com/Ugotsta/a634da7b7130fd40d682360154cc4e2e | |
*/ | |
@import url('https://fonts.googleapis.com/css?family=Cousine'); | |
:root { | |
--bg: green; | |
} |
@import url('https://fonts.googleapis.com/css?family=Rock+Salt|Waiting+for+the+Sunrise'); | |
#custom .inner::after { | |
content: "-"; | |
position: fixed; | |
top: 0; | |
bottom: 0; | |
right: 0; | |
left: 50%; | |
pointer-events: none; |
@import url('https://fonts.googleapis.com/css?family=Montserrat'); | |
$primary-color: magenta; | |
* { | |
font-family: 'Montserrat', serif; | |
color: white; | |
} | |
#custom .inner { |