-
-
Save loai-kanou/6153391 to your computer and use it in GitHub Desktop.
Teardrop kitty - By @LeaVerou
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
/* Teardrop kitty - By @LeaVerou */ | |
.teardrop { | |
display: inline-block; | |
overflow: hidden; | |
border-radius: 50%; | |
border-top-left-radius: 0; | |
transform: translateY(10%) scale(.8) rotate(45deg); | |
} | |
.teardrop > img { | |
display: block; | |
transform: scale(1.25) rotate(-45deg) translateY(-10%); | |
} |
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
<img src="http://placekitten.com/200/200" /> | |
<div class="teardrop"><img src="http://placekitten.com/200/200" /></div> |
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
// alert('Hello world!'); |
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
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment