How to make rounded div? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to make rounded div?

Please answer any one...

13th Oct 2016, 6:36 PM
HM Imran
HM Imran - avatar
5 Answers
+ 2
you have to do it by css
13th Oct 2016, 6:39 PM
Mohamed Shublaq
Mohamed Shublaq - avatar
+ 2
yes sure,, type this is css ======================== border:1px solid #888; border-radius:50px; ======================== change the color as you want and the radius too..
13th Oct 2016, 6:44 PM
Mohamed Shublaq
Mohamed Shublaq - avatar
+ 1
Thanks..But do you know which code?
13th Oct 2016, 6:41 PM
HM Imran
HM Imran - avatar
+ 1
you have to learn css3 for apply rounded div use bottom property: border-radius:value;
15th Oct 2016, 2:00 AM
Ali Moonesian
Ali Moonesian - avatar
0
please go to code playground and search "rounded div" there is my source code.
15th Oct 2016, 8:46 PM
Ali Moonesian
Ali Moonesian - avatar