This commit is contained in:
2024-08-30 15:03:25 +05:30
parent 5d35731238
commit beec75e127
123 changed files with 14199 additions and 28 deletions

48
htdocs/assets/css/footer.css Executable file
View File

@@ -0,0 +1,48 @@
footer {
background-color: #F8F8FD;
padding: 33px 20px; /* Increased padding for a larger footer */
border: none;
width: 100%;
box-sizing: border-box;
}
.footer-container {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 1120px;
font-size: 12px; /* Slightly increased font size */
margin: 0 auto;
width: 100%;
box-sizing: border-box;
flex-wrap: wrap;
}
.footer-container p {
margin: 0;
padding-bottom: 20px; /* Increased padding for spacing */
}
.footer-links {
margin-top: 15px; /* Increased margin for better spacing */
}
.footer-links a {
margin: 0 12px; /* Slightly increased margin between links */
text-decoration: none;
color: #A2ABB8;
font-weight: 550;
font-size: 10px;
}
.footer-links a:hover {
text-decoration: underline;
}
.footer-img {
width: 20px;
margin: 0;
position: relative;
top: 2px;
left: -5px;
}