BossBey File Manager
PHP:
8.1.34
OS:
Linux
User:
ebookghostwritin
Root
/
home
/
ebookghostwritin
/
public_html
/
beta
/
assets
/
css
/
modules
📤 Upload
📝 New File
📁 New Folder
Close
Editing: footer.css
footer{ background: #000; font-family: var(--font-M); text-align: center; padding: 2rem 0 10px; } footer p{ color: #fff; font-size: 14px; line-height: 1.6; margin: 15px 0; } footer .logo{} footer .logo a{} footer .logo a img{ width: 267px; } footer .links{ display: flex; justify-content: center; padding: 19px 0 14px 0; } footer .links li{ margin: 0 4px; border-right: 1px solid var(--secondary-bgcolor); padding: 0 18px; } footer .links li a{ font-size: 16px; color: #fff; transition: all 0.4s ease-in; } footer .links li a:hover{ color: var(--secondary-bgcolor); } footer .social{ display: flex; justify-content: center; } footer .social li{ margin: 0 19px; } footer .social li a{ font-size: 21px; color: var(--secondary-bgcolor); } footer .blue-background a.foot-btn { color: #fff; font-size: 20px; display: flex; align-items: center; justify-content: center; gap: 12px; } .blue-background { margin: 20px 0px 22px; } .blue-background .card.card-body { background: transparent; } .blue-background .card.card-body ul { display: grid; grid-template-columns: repeat(6, 1fr); align-items: center; justify-content: center;gap: 20px; } .blue-background .card.card-body ul li a{ color: #fff; }
Save
Cancel