Что не так?

0
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {

  .header {
    background-color: #257695;
    min-width: 100%;
    height: 20%;
    text-align: center;
  }

  .logo {
    width: 100%;
  }

  .site_content {
    width: 100%;
  }

  .menubar {
    width: 100%;
    height: 100%;
  }

  .site_content {
    width: 100%;
    text-align: center;
  }

  .sidebar_container {
    display: none;
  }

  .footer {
    display: none;
  }

  ul.menu {
    float: none;
  }

  ul.menu li {
    margin: 0;
    padding: 0;
    float: none;
  }

  .logo h1 {
    font-size: normal 235% 'century gothic', arial, sans-serif;
  }

  .logo h2 {
    font-size: normal 100% 'century gothic', arial, sans-serif;
    color:white;
  }

}
html
css

3 ответов

0

В этом уроке есть полный исходный код. Скачайте его, распакуйте из архива и запускайте файл index.html, потом сравнивайте со своим кодом, где-то ошиблись:

https://fructcode.com/ru/courses/html-and-css/responsive-complete/

0

А что не так? Можно подробнее, что не получилось?

0

слово кино монстр не влазит 

Sign up or Log in to write an answer