Computer Science, asked by abrahamgiants1806, 6 months ago

which property is used to set radius to get rounded corner border​

Answers

Answered by nayanborgohain17
2

Answer:

border-radius: 35px; It is used to set border-radius of each corners. It is the combination of four properties: border-top-left-radius, border-top-right-radius, border-bottom-left-radius, border-bottom-right-radius. It sets all corner to the same value.

Answered by hadihaneen2
1
CSS border-radius property
The CSS border-radius property defines the radius of an element's corners. Tip: This property allows you to add rounded corners to elements!
Similar questions