Answers for "how to make a diamond with border radius"

CSS
5

how to create a shape in css

div {
	clip-path: polygon(100% 100%, 100% 100%, 100% 100%)
}
Posted by: Guest on June-27-2020
0

how to make a diamond with border radius

<img src="https://cdn.discordapp.com/avatars/765997678722547752/6bc7e0c82b3c9496917c02750cc7333c.gif?size=1024" width="90" height="90" />
Posted by: Guest on July-30-2021

Code answers related to "how to make a diamond with border radius"

Browse Popular Code Answers by Language