I want to change the border radius of the first div container that has class .container-fluid , how I can do that using bootstrap body's border radius in Bootstrap
I want to change the border radius of the first div container that has class .container-fluid , how I can do that using bootstrap body's border radius in Bootstrap
Add this class to your custom css:
.rounded-xl {
border-radius: 1.5rem;
}
and use it on your <row> elements in place of the usual bootstrap border class.
<div class="row rounded-xl">
<div>