Why we use border radius?
To apply rounded corner to a HTML element, we use border radius
To apply rounded corner to a HTML element, we use border radius
#example-one {
border-radius: 10px;
background: red;
}
#example-two {
border-radius: 10px;
border: 3px solid #000000;
}
Why we use border radius?
To apply rounded corner to a HTML element, we use border radius
To apply rounded corner to a HTML element, we use border radius