@ohermans1
Posted
Hey Mark - Great work on this one!
One suggestion - I would take a look at using rem instead of px for all measurements. The rem unit means everything is linked to the root font size in your document (which is 16px), therefore 1rem = 16px.
Its a little tricky to explain, but if you set your root font-size to 62.5% - this will mean that every REM is 10px, so its easy to convert. A plus of this, is that if you use REM for every measurement, when you go to do your media queries, you can change the root font-size to a different % for different screen sizes to scale the entire project.
Sorry if my explanation is a little rough, but take a look into it :) https://www.aleksandrhovhannisyan.com/blog/respecting-font-size-preferences-rems-62-5-percent/ This blog might help!
Marked as helpful
@mrobbins0422
Posted
@ohermans1 Hi Ollie, Thank you for taking the time to respond. I found your reference link very informative.
@ohermans1
Posted
@mrobbins0422 I'm glad you found it useful. Good luck with your next project! :)