Problemas que se van presentando en el camino y tips para solucionarlos.
Load a different .css file (stylesheet) based on the min and/or max display resolution on a device:
<link rel='stylesheet' media='screen and (min-width: 701px) and (max-width: 900px)' href='medium.css' />
source
Post a Comment
No comments:
Post a Comment