Css. Mediaqueries
to display on different devices
WHEN CONNECT CSS FILES
<link href=»css/small.css» rel=»stylesheet» media=»(max-width:480px)»> <link href=»css/large.css» rel=»stylesheet» media=»(min-width:769px)»> <link href=»css/medium.css» rel=»stylesheet» media=»(min-width:481px) and (max-width:768px)»> // import
Ответить
Хотите присоединиться к обсуждению?Не стесняйтесь вносить свой вклад!