Skip to content

Instantly share code, notes, and snippets.

@LeetCodes
Created April 27, 2018 08:17
Show Gist options
  • Select an option

  • Save LeetCodes/0807ded2afced1baa97f9cfc7602d56d to your computer and use it in GitHub Desktop.

Select an option

Save LeetCodes/0807ded2afced1baa97f9cfc7602d56d to your computer and use it in GitHub Desktop.
zGpyGO
<button class="white huge bold italic">Button</button>
<!--red,yellow,green,cyan,blue,pink,white,black,one,tiny,small,normal,big,huge,giant,too-big,bold-->
/*.color {color: #xxx;background: #xxx;}*/
/*size {font-size: x;}*/
.red {color: #fff;background: #f00;}
.yellow {color: #000;background: #ff0}
.green {color: #000;background: #0f0;}
.cyan {color: #000;background: #0ff}
.blue {color: #000;background: #00f;}
.pink {color: #000;background: #f0f;}
.white {color: #000;background: #fff;}
.black {color: #fff;background: #000;}
.one {font-size: 1px}
.tiny {font-size: 4px;}
.small {font-size: 7px;}
.normal {font-size: 13px}
.big {font-size: 26px;}
.huge {font-size: 52px;}
.giant {font-size: 100px}
.too-big {font-size: 520px}
.bold {font-weight: bold;}
.italic {font-style: italic;}
button {border: 2px #000 solid}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment