How can I add a curvy border to the lion's image | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I add a curvy border to the lion's image

Eg:- { } {. } https://code.sololearn.com/WC0GBboz1ewa/?ref=app

24th Oct 2023, 4:35 AM
P A Arrchith Iyer
P A Arrchith Iyer - avatar
4 Answers
+ 3
Use `border-radius` property!
24th Oct 2023, 4:55 AM
Gulshan Mahawar
Gulshan Mahawar - avatar
+ 3
https://code.sololearn.com/WQ4OZbKNbIT6/?ref=app See line 26 I have added `border-radius` property with `40%` value.
24th Oct 2023, 4:58 AM
Gulshan Mahawar
Gulshan Mahawar - avatar
+ 2
How can I use it Can you give me an example
24th Oct 2023, 4:55 AM
P A Arrchith Iyer
P A Arrchith Iyer - avatar
+ 2
Thank you
24th Oct 2023, 5:04 AM
P A Arrchith Iyer
P A Arrchith Iyer - avatar