Feedback for my tribute page on Bruce Lee

Link : https://codepen.io/vjstark/pen/YagOzK/

1 Like

Nice clean lines and a classic colour scheme.

I see that you tried to use Bootstrap but it’s probably not turning out how you were hoping. That may be because you’re not using the Bootstrap classes correctly. For instance,

<div container="fluid">

should be

<div class="container-fluid">

and your container should actually wrap pretty much everything and there should only be one container on your whole page.

I also see that you’ve installed both Bootstrap 3 and 4, but you have to pick only one. For instance, wells don’t exist in Bootstrap 4.

I would highly recommend taking this tutorial and then coming back to your project.

1 Like

The feedback was very helpful…working to improve this with the tutorial provided… Thank You :slight_smile:

1 Like