how to set border radius in css ?
Answers
Answered by
1
Explanation:
The border-radius property is specified as:
one, two, three, or four <length> or 1.<percentage> values. This is used to set a single radius for the corners.
2.followed optionally by "/" and one, two, three, or four <length> or <percentage> values. This is used to set an additional radius, so you can have elliptical corners
Similar questions