I am most proud of how efficient I am getting at figuring out the solutions to problems when I get stuck.
What challenges did you encounter, and how did you overcome them?The image in this project kept overflowing off the page and I overcame this be removing the fixed height I had set for body
. ( height: 100vh
to min-height: 100vh
)
What is the best way to measure distances on my browser window? This would be helpful as I would be able to compare these distances with the distances in the design file.