I hereby claim:
- I am santheo on github.
- I am santheo (https://keybase.io/santheo) on keybase.
- I have a public key whose fingerprint is 4396 4165 EB6D E909 2580 A9BD 5118 B4FF 9873 5323
To claim this, I am signing this object:
| // ---- | |
| // Sass (v3.3.6) | |
| // Compass (v1.0.0.alpha.18) | |
| // ---- | |
| .active { | |
| .pic { | |
| opacity: 1; | |
| border: 1px solid blue; | |
| } |
I hereby claim:
To claim this, I am signing this object:
| name: My Great Project | |
| markdown: redcarpet | |
| pygments: true |
| { | |
| "auto_complete_commit_on_tab": true, | |
| "auto_complete_with_fields": true, | |
| "caret_style": "smooth", | |
| "color_scheme": "Packages/Color Scheme - Default/Blackboard.tmTheme", | |
| "create_window_at_startup": false, | |
| "detect_indentation": false, | |
| "ensure_newline_at_eof_on_save": true, | |
| "file_exclude_patterns": | |
| [ |
| .gray-box { | |
| width: 200px; | |
| height: 100px; | |
| background: gray; | |
| margin-top: 50px; | |
| position: relative; | |
| } | |
| .red-box { | |
| width: 50px; |
| a:hover { | |
| color: red; | |
| padding-left: 200px; | |
| } | |
| a:active { | |
| padding-left: 100px; | |
| } |
| .tsl-logo { | |
| height: 80px; | |
| } | |
| .instructor-images { | |
| text-align: center; | |
| border-radius: 50%; | |
| height: 300px; | |
| margin-top: 30px; | |
| } |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |