Answers for "bootstrap 4.3.1 remove button outline"

CSS
1

remove bootstrap button outline

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

Browse Popular Code Answers by Language