mirror of
https://github.com/Kisechan/Mainpage.git
synced 2025-08-30 23:37:18 +00:00
new fonts
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user