Copyright, Wattnow 2025. All rights reserved.
footer {
background-color: #f8f8f8;
padding: 20px;
font-family: Arial, sans-serif;
}
.footer-contact {
max-width: 600px;
margin: 0; /* align left */
text-align: left; /* align text to left */
}
.footer-contact strong {
display: block;
margin-bottom: 10px;
font-size: 1.1em;
}
.footer-contact a {
color: green;
text-decoration: none;
}
.footer-contact a:hover {
text-decoration: underline;
}
.contact-info p {
margin: 5px 0;
line-height: 1.5;
}
/* Responsive */
@media (max-width: 480px) {
.footer-contact {
padding: 0px;
}
.contact-info p {
font-size: 0.9em;
}
}
Copyright, Wattnow 2025. All rights reserved.