<div id="wrapper">
<div id="content">
<header>
<div id="logo">
<a href="adaptive-site-v2.html" title="Главная">
<img src="img/logo.png">
</a>
</div>
<div id="info">
<a href="#" title="Форма обратной связи">Поддержка</a>
<span>|</span>
<a href="" title="Подробнее о реклама на сайте">Рекламма</a>
</div>
<div id="register">
<a href="#">
<div class="btn" title="Зарегистрировать новый аккаунт">
Зарегистрироватся
</div>
</a>
<a href="#">
<div class="btn" title="Войти в аккаунт">
Войти
</div>
</a>
</div>
</header>
<nav>
<div id="ShowMenu"><i class="fas fa-bars"></i></div>
<div id="HideMenu">
<a href="#">Фильмы</a>
<a href="#">Погода</a>
<a href="#">Сериалы 2020</a>
<a href="#">Актёры</a>
</div>
<div id="katalog">
<a href="#">Фильмы 2020</a><br>
<a href="#">Режиссёры</a><br>
<a href="#">Сериалы 2020</a><br>
<a href="#">Актёры</a><br>
<a href="#">Войти</a><br>
<a href="#">Зарегистрироватся</a>
</div>
</nav>
<!-- Основная часть сайта -->
<div class="main">
</div>
<!-- Основная часть сайта Конец-->
<!-- </div> -->
<footer>
<div id="info-footer">
<a href="#">Поддержка</a>
<a href="#">О сайте</a>
<a href="#">На главную</a>
<a href="#">Войти</a>
<a href="#">Регистрация</a>
<a href="#">Реклама</a>
</div>
<div id="social">
<a href="#" target="_blanke" title="Телеграм">
<i class="fab fa-telegram-plane" id="telegram"></i>
</a>
<a href="#" target="_blanke" title="Фейсбук">
<i class="fab fa-facebook-f" id="facebook"></i>
</a>
<a href="#" target="_blanke" title="Инстаграм">
<i class="fab fa-instagram" id="instagram"></i>
</a>
</div>
</footer >
</div>
</div>
* {
padding: 0px;
margin: 0px;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
-webkit-user-select: none;
user-select: none;
max-width: 1280px;
margin-right: auto;
margin-left: auto;
}
html {
background-color: gray;
width: 100%;
height: 100%;
}
body {
width: 100%;
height: 100%;
}
footer {
width: 99.4%;
padding: 0.3%;
border-top: 1px solid #a7a7a7;
background-color: #85959A;
padding-top: 12px;
padding-bottom: 10px;
font-family: 'Exo 2', sans-serif;
font-weight: 300;
display: flex;
justify-content: space-between;
}
#info-footer {
display: flex;
justify-content: flex-start;
color: white;
align-items: center;
flex-wrap: wrap;
}
#info-footer>a {
padding: 10px;
width: 110px;
text-align: center;
font-size: 1em;
transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
color: white;
}
#info-footer>a:hover {
box-shadow: inset 0 0 0 2px white;
color: #dbdbdb;
}
#social {
display: flex;
justify-content: space-between;
color: white;
flex-wrap: wrap;
}
#telegram, #facebook {
font-size: 3em;
transform: scale(0.8);
transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
color: white;
}
div#social>a>i:hover {
transform: scale(1);
color: #dbdbdb;
}
#instagram {
font-size: 3em;
transform: scale(0.8);
transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
color: white;
}
@media (min-width: 950px) {
#info-footer {
margin-left: 1%;
width: 83%;
}
#social {
margin-right: 1%;
margin-left: 0%;
width: 15%;
}
}
@media (max-width: 949px) and (min-width: 785px) {
#info-footer {
margin-left: 1%;
width: 50%;
}
#social {
margin-right: 4%;
margin-left: 0%;
width: 35%;
}
}
@media (max-width: 784px) and (min-width: 525px) {
#info-footer {
margin-left: 1%;
width: 50%;
}
#social {
margin-right: 9%;
margin-left: 25%;
width: 5%;
}
}
@media (max-width: 524px) {
#info-footer {
margin-left: 1%;
width: 45%;
}
#social {
margin-right: 24%;
margin-left: 15%;
width: 5%;
}
}