кодесурса
«HTML

Свойства CSS: Как изменить цвет фона, если область просмотра на 400 пикселей шире

script1adsense2code
script1adsense3code

Перейти на страницу упражнений

Решение:

HTML-код:

<!DOCTYPE html>
<html>
<head>
<title>How to change the background-color if the viewport is 400 pixels wider</title>
<style type="text/css">
body {
    background-color: #3300FF;
}
@media screen and (min-width: 400px) {
    body {
        background-color: #00FFFF;
    }
}
</style>
</head>
<body>
<p>w3resource Tutorial</p>
<h2>Resize the browser window and see @media effect!</h2>
<p>CSS, stands for Cascading Style Sheet is a computer language to describe presentation (for example width, height, color, background color, alignment etc.) of HTML and XML (and XML based languages like XHTML, SVG) web documents. In all the examples of our tutorials, we have used HTML for implementing CSS.</p>
</body>
</html>

Демонстрация в реальном времени:

Смотрите медиа-ответ Pen от w3resource ( @ w3resource ) на CodePen .


Посмотреть решение в браузере

Поддерживаемый браузер

«Opera«Интернет
да да да да да

Перейти на страницу упражнений

Каков уровень сложности этого упражнения?

Новый контент: Composer: менеджер зависимостей для PHP , R программирования


script1adsense4code
script1adsense5code
disqus2code
script1adsense6code
script1adsense7code
script1adsense8code
buysellads2code