Answers for "remove the outline from bootsrap buttons and input feilds"

CSS
1

remove bootstrap button outline

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

Code answers related to "remove the outline from bootsrap buttons and input feilds"

Browse Popular Code Answers by Language