Bootstrap remove all rounded corners


Bootstrap remove all rounded corners– Sometimes we need to remove all rounded corners of elements such as input box, buttons, modals etc. We can override the default css by our own to change the rounded corners.


Bootstrap remove all rounded corners Css Example

You can use the below CSS to remove the rounded corners in Bootstrap –

Bootstrap remove all rounded corners CSS Example:

* {
  border-radius: 0 !important;
}

The above css will remove all rounded borders.


Advertisements

Add Comment

📖 Read More