Is it possible, to show a main page (index.html) for 1920 x 1080 monitors and to show another completely different page (product.html) for monitors/phones/tablets/other electronics of different monitor dimensions? If possible, any examples?
Something like :-
if(screen = 1920x1080)
// Show main page
else //if screen is not 1920x1080
// Show a different page (different HTML and CSS)