Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted


    What challenges did you encounter, and how did you overcome them?

    I had trouble with vertically centering the elements on the page because it requires a height on the container. The height of the container was just enough to fit all of its components. I ended up extending the height using vh and adjusted the amount so that the attribution fit on the bottom without causing a scroll.

    What specific areas of your project would you like help with?

    I often times find myself worrying about worrying about vertical scrolling on the page, especially when there isnt much content on it. This usually happens when I have to set the height for a certain element that should span the entire height. However when I use units such as vh, when I play with it in responsive mode through browser inspect, there is a scroll when I dont want there to be. Is there a way to fix this? Or should I just ignore it.