Answers for "how to hide borders and outlines on btn bootstrap 5"

CSS
1

remove bootstrap button outline

.btn{
	box-shadow: none !important
}
Posted by: Guest on September-22-2021

Browse Popular Code Answers by Language