+ 2
How to make rounded div?
Please answer any one...
5 Answers
+ 2
you have to do it by css
+ 2
yes sure,, type this is css
========================
border:1px solid #888;
border-radius:50px;
========================
change the color as you want and the radius too..
+ 1
Thanks..But do you know which code?
+ 1
you have to learn css3
for apply rounded div use bottom property:
border-radius:value;
0
please go to code playground and search "rounded div"
there is my source code.