Q. Which CSS property defines the radius of an element's corners?
β
Correct Answer: (D)
border-radius
Explanation: Border-radius property defines the radius of an element 's corners.
Example
div{
.border-radius:40px;
}