Live preview
Simple mode
Rounded shape
Make a friendly blob or rounded tile.
See the CSS
.cf-shape {
width: 220px;
aspect-ratio: 1;
background: #9cff57;
border-radius: 36% 64% 44% 56%;
}Simple mode
Make a friendly blob or rounded tile.
.cf-shape {
width: 220px;
aspect-ratio: 1;
background: #9cff57;
border-radius: 36% 64% 44% 56%;
}