If possible I would like to create this image in CSS. So far I have not been able to do anything even close to those edges with text. Is it even possible and if so how should I approach it?
Asked
Active
Viewed 154 times
1
-
Are you asking how to transform a div into a circle? – Davi Cheli Miquelim Jan 20 '22 at 19:43
1 Answers
0
To turn your div into a circle you can apply the following property: border-radius: 100%
Now if you are asking about the curved text, here is an article that might be helpful: https://css-tricks.com/snippets/svg/curved-text-along-path/

Davi Cheli Miquelim
- 123
- 9