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
### Keybase proof | |
I hereby claim: | |
* I am ckreutz on github. | |
* I am ckreutz (https://keybase.io/ckreutz) on keybase. | |
* I have a public key whose fingerprint is 5F5A A3AE 4E10 CA28 0900 621C E577 71AD B182 BB84 | |
To claim this, I am signing this object: |
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
/** | |
* Feature Banner | |
*/ | |
.foot { } | |
[class^="blockItem"] { display: block; padding: 15px 0; text-align: center; color: rgba(255,255,255,.8); font-size: 1.1em; } | |
[class^="blockItem"] span { display: inline-block; width: 50%; } | |
.blockItem1 { background: #018DD8; border-radius: 5px 5px 0 0; } | |
.blockItem1:hover { background: #5bcee2; } |
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
* { | |
margin: 0; | |
padding: 0; | |
-moz-box-sizing: border-box; | |
box-sizing: border-box; } | |
a { | |
text-decoration: none; } | |
a:hover { |