Skip to content
Snippets Groups Projects
Commit 248020ac authored by HouTeng Chan's avatar HouTeng Chan
Browse files

Update file footer.html

parent bfc92160
No related branches found
No related tags found
No related merge requests found
......@@ -80,113 +80,6 @@
align-items: center;
}
}
.footer {
background-color: #ffe4e1;
color: #333;
padding: 40px 0;
margin-top: 40px;
}
.footer-content {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
}
.social-icons {
display: flex;
gap: 20px;
align-items: center;
margin-bottom: 20px;
}
.social-icons img {
width: 30px;
height: 30px;
transition: transform 0.3s ease;
filter: grayscale(100%) brightness(0);
}
.social-icons img:hover {
transform: scale(1.2);
}
.contact-info {
display: flex;
flex-direction: column;
gap: 15px;
}
.contact-item {
display: flex;
align-items: center;
gap: 10px;
}
.contact-item img {
width: 20px;
height: 20px;
}
.footer-divider {
border-top: 1px solid #ccc;
margin: 30px 0;
}
.footer-text {
max-width: 800px;
margin: 0 auto;
text-align: center;
}
.footer-text p {
margin-bottom: 15px;
font-size: 14px;
}
.subfoot {
color: #333;
transition: color 0.3s ease;
}
.subfoot:hover {
color: #000;
}
.logo-images {
display: flex;
justify-content: center;
gap: 20px;
}
.logo-image {
width: 125px;
height: 125px;
object-fit: contain;
}
.wechat-container {
position: relative;
display: inline-block;
}
.wechat-qr {
display: none;
position: absolute;
bottom: 100%;
left: 50%;
transform: translateX(-50%);
padding: 10px;
background-color: white;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.wechat-container:hover .wechat-qr {
display: block;
}
@media (max-width: 768px) {
.footer-content {
flex-direction: column;
align-items: center;
}
.social-icons {
justify-content: center;
}
.logo-images {
flex-direction: column;
align-items: center;
}
}
</style>
</head>
<body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment