In my web-application i want to pass difference css for mobile and computer. How can I do this?
For example:
If someone goto my site in computer then pass “screen.css” and when someone goto my site in mobile then pass difference css “screen1.css”
How can I do this? Please Help me
Thanks In Advance
Figure out the mediaqueries. That’s one possibility:
http://css-tricks.com/css-media-queries/