Адаптивный дизайн CSS
Установка Viewport
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Колонки
Banner-1
Banner-2
MainSome content
here
Media Queries
@media not|only ТИП_МЕДИА and (ЗНАЧЕНИЕ ДЛЯ МЕДИА) {
КОД CSS;
}
Типы медиа
Значения для медиа
- orientation
- aspect-ratio
- hover,touch-enabled
- height, width
- min-width, min-height
- max-width, max-height
Примеры media