Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/https-acid3
/
.
/
css
/
css-masking
/
clip-path
/
animations
/
clip-path-transition-ref.html
blob: af164c30f06808c3394cf3210ca13bc41792d53c [
file
] [
edit
]
<!DOCTYPE html>
<style>
.
container
{
width
:
100px
;
height
:
100px
;
background-color
:
green
;
clip-path
:
circle
(
40%
at
40%
40%
);
}
</style>
<body>
<div
class
=
"container"
></div>
</body>
</html>