bootstrap/jQuery not working?

Hello,

I’m working through the very first “build a tribute page” assignment and can’t seem to get Bootstrap or jQuery to work: https://codepen.io/vinhluu/pen/awxOye

Apologies for the sloppy code-- learning as I go along = )

Instead of using the URL to both Bootstrap and jQuery, try using the quick add option.
And add this to the beginning of your HTML since you are using Font Aweome.

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">

Always works for me like a charm.
Hope it helped!

Hi vluu! You need some basic support to get some concepts! If you want you can join the FreeCodeCamp Faro Facebook group and I’ll help you that! :wink: BSCO! Be Strong & Code On!

Thank you-- that worked!