What is the best way to check how site looks on mobile?

Hi,

I’ve been coding for 6 weeks, still rubbish.
How do I check how my site will look on a mobile phone and ipad?
I’m using Notepad++ and have just tried Codepen.
I know I could just minimize the screen on my laptop to the same dimensions, but is there a way to actually see it on my phone?

Sorry if the question is totally stupid.

Steve

Use the dev tool in chrome, there is a 'toggle device toolbar" icon, shortcut is ctrl+shift+m on pc. Firefox has one too but i found the chrome one better.

1 Like

u can use user agent by javascript , jquery or angular by loading the website

1 Like