+ 1
How can I add a curvy border to the lion's image
Eg:- { } {. } https://code.sololearn.com/WC0GBboz1ewa/?ref=app
4 Réponses
+ 3
Use `border-radius` property!
+ 3
https://code.sololearn.com/WQ4OZbKNbIT6/?ref=app
See line 26 I have added `border-radius` property with `40%` value.
+ 2
How can I use it
Can you give me an example
+ 2
Thank you