Tribute Page challenge - need feedback on bootstrap css override

Hello folks,

I have spent some time digging into bootstrap and jQuery to build my first website from scratch. Most my doubts concern overriding default bootstrap styles in css file - is it a good practice?

I appreciate any comments, criticism and feedback, all coders are welcome to comment my whole work.

Here’s the link: https://codepen.io/wawraf/full/qROdjy/

Rafal

I’m not sure it’s about good or bad practice, there is just no choice if you want to make it your own and not some pure out-of-the-box Bootstrap. Bootsrap is there to make things easier and faster - for example you don’t have to write all the css to make a button, it’s pre-styled and you can just play with the colors.

So make use of it, but it’s also nice to know how to do that without any Bootstrap.

By the way, your page looks great !