https://codepen.io/Wassenaar/full/raaRKxx
Is someone willing to give me some feedback on my project website?
It is a simple webpage. I practiced with making it responsive.
- Is this website responsive enough?
- Are there important things I forgot?
- What could be better next time?
1 Like
One thing that stands out to me is you have the containers like this, and have the padding on each side of the screen which is nice
But on mobile the
The containers are gone, and the text and images are right at the edge. I think it would look better to keep that padding there.
Then you have this
the images and text across the screen, and then that small summary section doesn’t really look that nice small in the middle of the screen. I would play around with it because now you have a ton of empty space on either side
1 Like
Thank you so much for your feedback! 
Hi @Wassenaar
I noticed on full page view, there is horizontal scrolling.
If you using padding, consider using the calc()
function to use 100% of the viewport, minus the left and right padding.
For the byline how about:
“Straight from the horses mouth …”
Happy coding
1 Like
Oh I’ll fix the horizontal scrolling!
I’m going to read more about calc() , thank you!
Great suggestion, but I keep mine as it is 
1 Like