Skip to content

Instantly share code, notes, and snippets.

@vindia
Created August 13, 2012 12:13
Show Gist options
  • Save vindia/3340088 to your computer and use it in GitHub Desktop.
Save vindia/3340088 to your computer and use it in GitHub Desktop.
CSS 3 Water Droplet
body { padding: 4em; }
#droplet {
background-color: lightblue;
width: 150px;
height: 150px;
-webkit-border-top-left-radius: 0;
-webkit-border-top-right-radius: 75px;
-webkit-border-bottom-right-radius: 75px;
-webkit-border-bottom-left-radius: 75px;
-webkit-transform:rotate(45deg);
box-shadow: 1px 1px 7px #1a1a1a;
}
@yasirlateef
Copy link

That was really helpful and I especially needed this animation to show-off skills rating on my resume :) Thank you! :)

@Anton-Patokin
Copy link

tnx,

@djm158
Copy link

djm158 commented Jul 25, 2018

Awesome!

@khaledjait11
Copy link

Good job

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment