[Задача 12794] Изменил стиль копирайта и футера

parent 25b2fa09
</div> </div>
</div> </div>
<footer id="footer"> <div class="footer bg-primary">
<p>Copyright (c) etersoft 2017</p> <span class="text-white copyright">Копирайт (С) 2018 "Этерсофт"</span>
</footer> </div>
</body> </body>
<!-- Наши --> <!-- Наши -->
......
...@@ -22,12 +22,17 @@ body { ...@@ -22,12 +22,17 @@ body {
margin-bottom: 15px; margin-bottom: 15px;
} }
#footer { .footer {
padding-top: 50px; position: absolute;
clear: both; bottom: 0;
width: 100%;
text-align: center; text-align: center;
} }
.footer .copyright {
font-size: 80%;
}
.typo { .typo {
background-color: rgba(200, 200, 10, 0.2); background-color: rgba(200, 200, 10, 0.2);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment