I am new to using Bootstrap and have a question. I am currently working with CodeIgniter for my website, and I have added the Bootstrap files to the asset folder along with my CodeIgniter file. I want to incorporate Bootstrap CSS into the following code:
<button id="fight">Fight</button>
<button id="run">Run</button>
However, I am unsure of how to do this...
I have included the Bootstrap link at the top of my page and Jquery near the bottom, but I am struggling with coding the buttons in Bootstrap.
My goal is to make the "Fight" button red and the "Run" button green.
I have already added the button IDs to my JavaScript file and don't want to risk messing anything up by making changes.
Any help or advice would be greatly appreciated. Thank you!