Can anyone give me an example of a css stylesheet file optim
Can anyone give me an example of a css stylesheet file optimized for mobile html?
Solution
Lets say the stylesheet for normal screens is like this
So the CSS for mobile would be a little different and would look something like
Here display:none is used as it is not required in mobiles. You can always use different stylesheets for mobile.
