You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the Home page is good, there are some issues that we can fix to make this home page really good.
Problem
Our home page is supposed to not allow scrolling vertically or horizontally (ie. the home page should only be 100% both directions). However, in the horizontal direction, the home page exceeds the width of the screen, so it scrolls.
Make sure Mario (the character) is still standing on the grass despite screen-size changes.
Proposed Solution
Play with width, max-width, background-size, etc. Find a solution that fixes the horizontal scrolling issue.
Use media queries so that at a particular screen size, Mario will still be on the grass. In other words, make sure Mario's positioning is mobile-responsive.
This is a 🐾 Minor Update
The text was updated successfully, but these errors were encountered:
Context
While the Home page is good, there are some issues that we can fix to make this home page really good.
Problem
Proposed Solution
width
,max-width
,background-size
, etc. Find a solution that fixes the horizontal scrolling issue.This is a 🐾 Minor Update
The text was updated successfully, but these errors were encountered: