Friday 25 October 2013

How to make edges of box round in html

We generally use border radius property in css to make the edges round.

METHOD:-
           Write border and then put hyphen ,then write radius,then write
the number of pixels and then put semi-colon 

IT LOOKS LIKE:-

      border-radius:10px;

No comments:

Post a Comment