forked from nyancrimew/maia.crimew.gay
add tiny kitten to the footer
This commit is contained in:
parent
eb356f341f
commit
ab71b2f658
3 changed files with 11 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
<footer>
|
||||
<div class="footer-kitten"><img src="/img/walkingkitten_crop.png"></div>
|
||||
<div>
|
||||
{% for item in footer.links %}
|
||||
<span><a href="{{ item.link }}" rel="me" target="_blank">{{ item.name }}</a></span>
|
||||
|
|
BIN
src/static/img/walkingkitten_crop.png
Normal file
BIN
src/static/img/walkingkitten_crop.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 274 KiB |
|
@ -19,7 +19,16 @@ li.lavender-webring-curr-site > a {
|
|||
|
||||
footer {
|
||||
padding-top: 5px;
|
||||
border-top: 1px solid rgb(255, 0, 140);
|
||||
}
|
||||
|
||||
.footer-kitten {
|
||||
height: 88px;
|
||||
border-bottom: 1px solid rgb(255, 0, 140);
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.footer-kitten > img {
|
||||
height: 88px;
|
||||
}
|
||||
|
||||
footer,
|
||||
|
|
Loading…
Reference in a new issue