Tribute Page about Nikola Tesla

Hi, if you have any ideas how can I improve this page, please write your feedback.https://codepen.io/OlBesp/pen/ayXygJ

Nice picture. Just a few things bothering me…:
The horizontal scroll is not attractive… When you get that usually means a container is extended outside the parent container.

Try to override with the following:
.col-md-12 {
padding-left: 0;
padding-right: 0;
}

.row {
margin-left: 0;
margin-right: 0;
}

.container-fluid {
padding-left: 0;
padding-right: 0;
}

See if that works.

Another note. Add a bit of padding at the bottom and maybe a bit above and below the quote. Just to get a bit of breathing space.

Otherwise, good page. Try to do the next challenge without bootstrap. Learn better css.

Thank you! I did that. Now it’s really nicer :slight_smile: