footer improvements

This commit is contained in:
2025-09-10 22:48:08 -04:00
parent 2ef10c7468
commit b0e692b78d
+19 -16
View File
@@ -96,6 +96,10 @@
padding: 3rem 0; padding: 3rem 0;
} }
a {
color: var(--gold);
}
h1 { h1 {
font-size: 2.5rem; font-size: 2.5rem;
color: #000; color: #000;
@@ -123,13 +127,18 @@
/** FOOTER */ /** FOOTER */
footer { footer {
background-color: #000;
color: var(--gold);
text-align: center;
padding: 2rem 0;
margin-top: 4rem auto;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
margin: 1rem auto;
padding: 2rem 0;
max-width: 60%;
background-color: #000;
color: var(--gold);
text-align: center;
} }
#footer-left { #footer-left {
@@ -272,20 +281,14 @@
</main> </main>
<footer> <footer>
<div class="banner">
<div id="footer-left"> <div id="footer-left">
&copy;Maine Luxury Detailing 2025. All rights reserved. &copy;Maine Luxury Detailing 2025<br />
All rights reserved
</div> </div>
<div id="footer-right"> <div id="footer-right">
Phone:</br /> 207-807-6770<br />
XXX-XXX-XXXXX<br /> example@email.com<br />
Email:<br /> <a href="https://www.instagram.com/luxurydetailingmaine/" target="_blank">@luxurydetailingmaine</a>
xxx@xxx.xxx<br />
<a href="#">instagram</a>
<!-- <img class="footer-icon" src="">
<a href="#"></a>
</img> -->
</div>
</div> </div>
</footer> </footer>