wie man Rhombus in CSS zeichnet
.rhombus {
width: 200px;
height: 200px;
transform: skewX(45deg)
}
ashirbad-panigrahi
.rhombus {
width: 200px;
height: 200px;
transform: skewX(45deg)
}