View LICENSE.txt
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
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
Version 2, December 2004 | |
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE> | |
Everyone is permitted to copy and distribute verbatim or modified | |
copies of this license document, and changing it is allowed as long | |
as the name is changed. | |
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
View dabblet.css
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
/** | |
* CSS Gradients and Reflection on text | |
* @girlie_mac | |
*/ | |
section { | |
position: relative; | |
margin-top: -140px; | |
} |
View dabblet.css
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
/** | |
* CSS3 Filter Abusing Demo by @girlie_mac | |
* View this on Webkit Nightly (tested on 103339) | |
* http://nightly.webkit.org/ | |
*/ | |
.omg-cat { | |
-webkit-animation: invert 1s forwards 1s; | |
} |
View dabblet.css
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
/** | |
* Happy Valentine's Day! | |
* Feb. 14th 2012 | |
* @girlie_mac | |
*/ | |
body { | |
background: #f06; | |
} |
View dabblet.css
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
/** | |
* Happy Valentine's Day! | |
* Feb. 14th 2012 | |
* @girlie_mac | |
*/ | |
body { | |
background: #f06; | |
} |
View dabblet.css
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
/** | |
* CSS3 No-image Chupa-Chupsy candy | |
* by @girlie_mac | |
* http://girliemac.com/blog/2012/03/24/making-chupa-chups-using-css3-pseudo-elements/ | |
* | |
* Please, do not compare this with the real one. | |
* I feel pretty terrible making the awesome design by Salvador Dalí into some crap. | |
* But my point of this demo is that you can create the floral shape with CSS, using border-radius:50% and pseudo-element(s) | |
*/ | |
html { |
View dabblet.css
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
/** | |
* CSS3 No-image Chupa-Chupsy candy | |
* by @girlie_mac | |
* http://girliemac.com/blog/2012/03/24/making-chupa-chups-using-css3-pseudo-elements/ | |
* | |
* Please, do not compare this with the real one. | |
* I feel pretty terrible making the awesome design by Salvador Dalí into some crap. | |
* But my point of this demo is that you can create the floral shape with CSS, using border-radius:50% and pseudo-element(s) | |
*/ | |
html { |
View dabblet.css
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
/** | |
* CSS Gradients on text | |
* http://girliemac.com | |
* @girlie_mac | |
*/ | |
body { | |
font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif; | |
color: #666; | |
} | |
h1, h2 { |
View dabblet.css
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
/** | |
* HTML5 and CSS3 "Hello My name is" Sticker | |
* by @girlie_mac | |
* Thank you @futomi and @thesifter, for correcting my original markup to make it in semantic html5, and @mikeleeorg, @kevinmarks and @dmitrykharlamov for suggesting me to use hCard microformat! I maybe still doing wrong with the vCard class names and semantics... | |
* | |
*/ | |
article, div { | |
box-sizing: border-box; | |
} | |
.vcard { |
View gist:5279460
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
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<meta name="viewport" content="width=device-width"/> | |
<style> | |
body { | |
font-family: "Segoe UI Web Light", "Segoe UI Light", "Segoe UI Web Regular", "Segoe UI", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; | |
font-size: 1.2rem; | |
margin: 10px; |
OlderNewer