Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 766 Bytes

_footer.md

File metadata and controls

33 lines (27 loc) · 766 Bytes

公安备案图标 湘公网安备43010502001380号

湘ICP备2021015916号-1

<style> .footer { /*background-color: #1e88e5;*/ /*color: white;*/ padding: 20px; text-align: center; } .footer p { margin: 5px 0; font-size: 1em; } .footer a { /*color: white;*/ text-decoration: none; transition: opacity 0.3s ease; } .footer a:hover { opacity: 0.8; text-decoration: underline; } </style>