footer
This commit is contained in:
parent
92d52ef8db
commit
5ee3e7b94c
@ -1,3 +1,6 @@
|
|||||||
|
<div class="footer">
|
||||||
|
<strong>© 2020</strong>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
@ -15,9 +15,6 @@
|
|||||||
> <a href="https://t.me/ru_3err0" target="_blank">Telegram</a> / <a href="https://github.com/3err0" target="_blank">Github</a> / <a href="https://vk.com/3err0" target="_blank">VK</a>
|
> <a href="https://t.me/ru_3err0" target="_blank">Telegram</a> / <a href="https://github.com/3err0" target="_blank">Github</a> / <a href="https://vk.com/3err0" target="_blank">VK</a>
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
|
||||||
<strong>© 2020</strong>
|
|
||||||
</p>
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
17
style.css
17
style.css
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
Theme Name: ZERRO
|
Theme Name: ZERRO
|
||||||
Version: 0.1
|
Version: 0.2
|
||||||
Description: Personal theme
|
Description: Personal theme
|
||||||
Author: Pavel Kuleshov
|
Author: Pavel Kuleshov
|
||||||
Author URI: https://3err0.ru
|
Author URI: https://3err0.ru
|
||||||
@ -96,3 +96,18 @@ html[dir='rtl'] .icon {
|
|||||||
width: 96px;
|
width: 96px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer{
|
||||||
|
background-color: white;
|
||||||
|
border-radius: 2px;
|
||||||
|
box-shadow: 0 4px 6px 1px rgba(50, 50, 50, 0.14);
|
||||||
|
box-sizing: border-box;
|
||||||
|
color: black;
|
||||||
|
line-height: 1.5;
|
||||||
|
margin: 1em auto 0;
|
||||||
|
max-width: 640px;
|
||||||
|
padding: 5px 35px 5px 35px;
|
||||||
|
width: 100%;
|
||||||
|
font-family: 'Segoe UI', Tahoma, sans-serif;
|
||||||
|
font-size: 75%;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user