Creating your own interactive HTML/CSS playground is easy.
1. Write your code.
2. Add interactive CSS widgets.
Clip Path
.container {
-webkit-clip-path: circle(40% at 50% 50%);
clip-path: circle(40% at 50% 50%);
}
3. Publish.
Let's get you an account.
Register