.image{
clip-path: polygon(0% 0%,0% 100%,100% 0%);
}
clip-path: polygon(0% 0%,0% 100%,100% 0%);
}
π3π₯1
Do you know how to make different shapes using css ??
Parallelogram:
β https: //www.w3schools.com/howto/tryit.asp? Filename = tryhow_css_shapes_parallel
Triangle
β https: //css-tricks.com/snippets/css/css-triangle/
β Make a square for the circle and border-radius: 50%
Rhombus
β https: //codepen.io/Mihnutzen/pen/EvpwF
Did you know about these?
If you find it useful, share it with others
Parallelogram:
β https: //www.w3schools.com/howto/tryit.asp? Filename = tryhow_css_shapes_parallel
Triangle
β https: //css-tricks.com/snippets/css/css-triangle/
β Make a square for the circle and border-radius: 50%
Rhombus
β https: //codepen.io/Mihnutzen/pen/EvpwF
Did you know about these?
If you find it useful, share it with others
W3Schools
W3Schools online HTML editor
The W3Schools online code editor allows you to edit code and view the result in your browser
π1