Skip to content

Releases: angeldelacruzdev/mi-portafolio

Tarjeta de servicios agregada.

06 Jul 16:42
Compare
Choose a tag to compare

NOTA: Se le agrego cambios al CSS.

Tarjeta de presentación y servicios:

#presentacion {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

Usted puede modificarla sí desea.

 #services {
    margin-bottom: 50px;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    .card {
        img {
            height: 70px;
            width: 135px;
        }
    }

    h2 {
        margin-top: 30px;
    }
 }