Simple shapes in CSS

Current Scheme: Light (Default)

width: 100px;
height: 100px;
background: red;


width: 100px;
height: 100px;
background: red;
transform: rotate(45deg);


width: 100px;
height: 100px;
background: red;
border-radius: 50%;



≪ Back to home