Skip to content

Instantly share code, notes, and snippets.

@lzl124631x
Created August 14, 2016 02:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lzl124631x/f5a369bdc4f65987f654840f0bca21fe to your computer and use it in GitHub Desktop.
Save lzl124631x/f5a369bdc4f65987f654840f0bca21fe to your computer and use it in GitHub Desktop.
CSS 3 Water Droplet
.droplet {
width: 1em;
height: 1em;
border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
background-color: #07C;
transform: rotate(-45deg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment