Untitled

 avatar
unknown
plain_text
a year ago
1.2 kB
4
Indexable
.footer {
    background-color: #0A0A0A; /* Negro */
    color: white;
    font-family: Arial, sans-serif;
}

.footer-top,
.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.footer-nav ul {
    list-style: none;
    padding: 0;
}

.footer-nav ul li {
    margin-bottom: 10px;
}

.footer-nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.footer-signup h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.footer-signup form {
    display: flex;
    flex-direction: column;
}

.footer-signup input,
.footer-signup button {
    padding: 10px;
    margin-bottom: 10px;
}

.footer-signup button {
    background-color: goldenrod;
    border: none;
    cursor: pointer;
}

.footer-logo img {
    width: 200px; /* Ajusta según el tamaño real de tu logo */
}

.footer-logo p {
    font-size: 14px;
    margin-top: 5px;
}

.footer-social a {
    margin-right: 10px;
}

.footer-social img {
    width: 30px; /* Ajusta según el tamaño de tus íconos */
}

/* Añadir más estilos según sea necesario para ajustar el diseño */
Editor is loading...
Leave a Comment