So one of the biggest challenges i have been faceing with learning HTML / CSS is being able to view my changes on mobile LOCALLY, as you know if you build a site locally, you can only see the changes made local to the computer you are using, but what about a good mobile view?
I asked in the forum got some great suggestions, I Googled a bit and found a solid solution to view your website on mobile, I hope this helps someone out, this could be very helpful!
Open a browser on mobile, and go to the the IP address of your server, and type this in the browser example - 192.168.1.1:5500 the 5500 is my local host port number, add yours accordinglly.
Doing this pulls up a mobile view of your site on your phone! ENJOY!