This file contains hidden or 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
div | |
{ | |
column-count: 4; | |
column-width: 180px; | |
column-gap: 40px; | |
} |
This file contains hidden or 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
body | |
{ | |
background: #000; | |
} | |
.buy-a-puppy | |
{ | |
width: 300px; | |
-webkit-box-reflect: |
This file contains hidden or 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
body | |
{ | |
background: pink; | |
} | |
.buy-a-puppy | |
{ | |
-webkit-mask: radial-gradient(center, ellipse cover, rgba(255,255,255,1) 45%,rgba(255,255,255,0) 65%); | |
} | |
This file contains hidden or 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
.buy-a-puppy | |
{ | |
-webkit-mask: | |
url(https://dl.dropbox.com/u/1744447/heart.png) | |
no-repeat 50%; | |
} | |
This file contains hidden or 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
@font-face { | |
font-family: 'Oleo Script'; | |
font-style: normal; | |
font-weight: 400; | |
src: local('Oleo Script'), local('OleoScript-Regular'), url('http://themes.googleusercontent.com/static/fonts/oleoscript/v1/_weQNDK6Uf40CiGFKBBUjrrIa-7acMAeDBVuclsi6Gc.woff') format('woff'); | |
} | |
body | |
{ | |
font: 42px 'Oleo Script', sans-serif; |
This file contains hidden or 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
@font-face { | |
font-family: 'Oleo Script'; | |
font-style: normal; | |
font-weight: 400; | |
src: local('Oleo Script'), local('OleoScript-Regular'), url('http://themes.googleusercontent.com/static/fonts/oleoscript/v1/_weQNDK6Uf40CiGFKBBUjrrIa-7acMAeDBVuclsi6Gc.woff') format('woff'); | |
} | |
body | |
{ | |
font: 42px 'Oleo Script', sans-serif; |
This file contains hidden or 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
{"view":"separate","fontsize":"110","seethrough":"","prefixfree":"1","page":"all"} |
This file contains hidden or 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
body | |
{ | |
background-image: | |
cross-fade( | |
url(http://yandex.st/lego/_/X31pO5JJJKEifJ7sfvuf3mGeD_8.png), | |
url(https://dl.dropbox.com/u/1744447/g.jpg), | |
75%); | |
background-repeat: no-repeat; | |
} |
This file contains hidden or 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
body | |
{ | |
background-image: | |
cross-fade( | |
url(http://yandex.st/lego/_/X31pO5JJJKEifJ7sfvuf3mGeD_8.png), | |
url(https://dl.dropbox.com/u/1744447/g.jpg), | |
75%); | |
background-repeat: no-repeat; | |
} |
This file contains hidden or 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
body | |
{ | |
font-size: 41px; | |
} | |
div | |
{ | |
color: transparent; | |
background: red; |