Here’s my code so far:
Every time I resize the window, a horizontal scrollbar appears.
I’m not sure what am I doing wrong
Here’s my code so far:
Every time I resize the window, a horizontal scrollbar appears.
I’m not sure what am I doing wrong
The horizontal bar is green?
Hello @nimerria19,
I don’t really understand what is the issue when you are resizing the window. Can you be more specific? I don’t see any strange horizontale scroll bar on my side.
It’s because your image is still not responsive. You are still only targeting the div container rather than the img. Use img
as your selector, not .illustration
. Your text doesn’t seem as responsive as it did before either. Did you change that? I liked how the font size changed as I narrowed the window.
Andrew!
Thank you so much for always helping me out.
It worked and now I have a fully responsive page (or at least I think lol)
Thanks again
Have a great day!
Hi, what I was trying to say was that even though I was using flexbox, my page still wasn’t fully responsive - you had to scroll horizontally to view the full page.
Anyways, it’s solved now <3
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.