Random Quote Machine help

https://codepen.io/migohunter/pen/PjEOoL

Any idea why my button will not change from its default form? Doesn’t matter what classes I add to it, it remains unchanged.

I still don’t think I’m fully comfortable with HTML/CSS/JS even after I went through the lessons and the first two projects which were not too difficult. I don’t know if I should go through the lessons one more time carefully before I continue.

I believe you didn’t add Bootstrap to the Pen, hence why the button has no style yet.

Just go into Settings, CSS tab and look for a dropdown to include Bootstrap. And be mindful of the version, as some things might work in Bootstrap 3, but not in 4. :slight_smile:

1 Like

WHOOPS that was a silly mistake to make, can’t believe I forgot. It works perfectly now, thank you!

It happens, don’t sweat it. :slight_smile:

Cheers and happy coding!

1 Like