Landing Page Feedback Please

Well I made today my Day 1 of #100DaysOfCode and I’m pretty pleased with my results.

Welcome to my fictional brand - Koffee Klub…

I’m only about half way through my study plan for Bootstrap (3 days into it, through several Udemy courses).

I had to change a few things in codepen to pass the tests so I’ll give you the codepen to see but recommend you check the Github Pages link too to see the better version.

Any feedback would be greatly appreciated, I have a few little niggles with my result but I’m sure as I learn more I will figure out how to solve them.

Codepen: https://codepen.io/michaelwright74/pen/OrzQVm

Github Pages (Better Version): https://michaelwright74.github.io/koffee-klub/

Good job! You may try hiding the overflow on x axis, I personally don’t like that.

Is that the space on the right side that’s causing the bottom scroll bar?

yep, its pretty easy to get rid of it

It’s actually been bugging me all day, no matter what I tried I couldn’t get rid of it.

This seems to work, but its addding the space on the page. Hmm…

Adding overflow-x: hidden to the body css seems to have worked.