footer links

master
Pavel Kuleshov 4 years ago
parent c7b882259d
commit 4e27ab4d90

@ -1,5 +1,8 @@
<div class="footer"> <div class="footer">
<strong>© 2020</strong> <strong>© 2020</strong>
<div class="right">
<a href="/">Главная</a>
</div>
</div> </div>
</body> </body>

@ -106,4 +106,7 @@ html[dir='rtl'] .icon {
width: 100%; width: 100%;
font-family: 'Segoe UI', Tahoma, sans-serif; font-family: 'Segoe UI', Tahoma, sans-serif;
font-size: 75%; font-size: 75%;
}
.right{
float: right;
} }
Loading…
Cancel
Save