S
S
sweet12322021-07-12 14:49:53
css
sweet1232, 2021-07-12 14:49:53

How does clip-path: circle work?

clip-path: circle(300px at center 500px);

I need the circle to be not just in the center, but a little to the right. at right makes it too right.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey delphinpro, 2021-07-12
@sweet1232

Specify the required position:
clip-path: circle(300px at 300px 500px);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question