This commit is contained in:
Pavel Kuleshov 2020-03-07 16:15:15 +08:00
parent 92d52ef8db
commit 5ee3e7b94c
3 changed files with 19 additions and 4 deletions

View File

@ -1,3 +1,6 @@
<div class="footer">
<strong>© 2020</strong>
</div>
</body> </body>
</html> </html>

View File

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

View File

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