Website Developer Question:
Explain me how Do You Make Border Rounded With CSS3?
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>.
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>.
Previous Question | Next Question |
Tell me what Is A Class Selector? | Tell me the advantage of HTTP/2 as compared with HTTP 1.1? |