new fonts

This commit is contained in:
2025-03-04 21:29:51 +08:00
parent ebff70fea3
commit 166a6d8171
7 changed files with 99 additions and 5 deletions

View File

@ -3,6 +3,17 @@
<div class="footer-content">
<p>© 2023 Kisechan</p>
<p>还在做还在做还在做还在做</p>
<div class="social-icons">
<a href="https://twitter.com" target="_blank">
<i class="fab fa-twitter"></i>
</a>
<a href="https://facebook.com" target="_blank">
<i class="fab fa-facebook"></i>
</a>
<a href="https://github.com" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</el-footer>
</template>
@ -21,4 +32,18 @@
max-width: 1200px;
margin: 0 auto;
}
.social-icons {
margin-top: 10px;
}
.social-icons a {
color: #b9b7b7;
margin: 0 10px;
font-size: 24px;
}
.social-icons a:hover {
color: #dddade;
}
</style>