Jumbotron activity

Hello everyone !

After the portfolio page I tried to put in practice theses new few skills working on this project


I have a small problem with the jumbotron, I started the code with a div with the class “container-fluid” and then another div with the class"jumbotron" nested in. I closed it at the end, however the jumbotron is active only on a part of the page.

Does someone know how to fix that ?

Thanks for your helping :slight_smile:

Marie

hi Marie,
some elements inside the jumbotron are floated
you need to clear them by either adding row or clearfix

<div class="jumbotron clearfix">

Thanks a lot @pseudop for your explanation and advice ! It works perfectly now :slight_smile: