Home > Mobile >  CSS Bootstrap Button Modifications
CSS Bootstrap Button Modifications

Time:10-26

I am attempting to edit a bootstrap button and add a 10px margin-bottom to the class .btn. However, my edits are loading. If I do it via inline-html (EX. style="margin-bottom: 10px") it works, but I'd prefer to stick to best coding practices and not do that. Help would be greatly appreciated

  • Related