You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
475 B
33 lines
475 B
6 months ago
|
footer {
|
||
|
padding: 50px;
|
||
|
background-color: #28709c;
|
||
|
}
|
||
|
|
||
|
.quicklinks {
|
||
|
display: flex;
|
||
|
padding: 0 50px ;
|
||
|
justify-content: flex-start; /* Align the links to the start */
|
||
|
gap: 50px;
|
||
|
margin-bottom: 20px;
|
||
|
}
|
||
|
|
||
|
.quicklinks ul {
|
||
|
list-style: none;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
.quicklinks li {
|
||
|
margin: 5px 0;
|
||
|
}
|
||
|
|
||
|
.quicklinks a {
|
||
|
text-decoration: none;
|
||
|
color: black;
|
||
|
}
|
||
|
|
||
|
.copyright-section {
|
||
|
text-align: center;
|
||
|
font-size: 14px;
|
||
|
color: black;
|
||
|
}
|