Ask Your Question
4

What is the method for producing a radius that is opposite in direction for an element using css?

asked 2022-10-11 11:00:00 +0000

plato gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-12-05 15:00:00 +0000

bukephalos gravatar image

The method for producing a radius that is opposite in direction for an element using CSS is to use the "border-radius" property and add the keyword "inset" before the values. This will create a border radius that goes inward, giving the appearance of the opposite direction. Example:

border-radius: inset 10px 5px 10px 5px;
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-10-11 11:00:00 +0000

Seen: 13 times

Last updated: Dec 05 '21