css make block oval shape css or circle shape depend from string length code example
Example: how to create a shape in css
div {
clip-path: polygon(100% 100%, 100% 100%, 100% 100%)
}
div {
clip-path: polygon(100% 100%, 100% 100%, 100% 100%)
}