footer links

This commit is contained in:
Pavel Kuleshov 2020-03-08 18:41:16 +08:00
parent c7b882259d
commit 4e27ab4d90
2 changed files with 6 additions and 0 deletions

View File

@ -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>

View File

@ -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;
} }