🏴
- GitHub Staff
- @billythekid
- https://git.io/btk
- https://gh.io/btk
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
javascript:(function(){var a=document.body;a.contentEditable=!(a.contentEditable==="true");var bg=a.style.background;a.style.background='yellow';setTimeout(function(){a.style.background=bg;},200);})() |
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
Verifying that +billythekid is my blockchain ID. https://onename.com/billythekid |
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
// ---- | |
// Sass (v3.3.7) | |
// Compass (v1.0.0.alpha.18) | |
// ---- | |
$green : #000; | |
$red : #FFF; | |
body.head { | |
color: $green; | |
box-shadow: 0em 0% 5px $red; |