Website Developer Question:

Explain me how Do You Make Border Rounded With CSS3?

Tweet Share WhatsApp

Answer:

Yes, in CSS3, there is a <border-radius> property which allows creating an element with rounded corners. We can apply the same style to all the sides and make the corners round.

The <border-radius> property has four individual properties <border-top-left-radius>, <border-top-right-radius>, <border-bottom-left-radius> and <border-bottom-right-radius>.

Download Website Developer PDF Read All 80 Website Developer Questions
Previous QuestionNext Question
Tell me what Is A Class Selector?Tell me the advantage of HTTP/2 as compared with HTTP 1.1?