0
Situation:
I have a website with designer for large screens, I created a template for mobile, like an app. That’s why I want this template to be shown only when accessed by mobile, instead show the conventional.
How do I do this? Is there a command or tag for this in html or css?
Your question is too vague that can generate too many answers, you need to specify what your development environment is, what frameworks you’re using and if possible an index page as an example.
– Edvaldo Silva
I’m using HTML/CSS/JSCRIPT/ (style1.css) on the desktop site, on mobile I want to use an adapted template (style2.css) . I just need to know how to access the site on the computer I use style1.css and when accessing on mobile I use style2.css.
– Mr.Iago