perfiles.css 671 Bytes
Newer Older
Silvia Barrientos committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51

header {
    display: flex;
    background-color: teal;
    background-size: cover;
    height: 60px;
    margin: -8px;
}

h1{
    text-align: center;
    color: white;
    margin: 10px;
}

h2{
    text-align: left;
    color: black;
    margin: 0;
}

.imagen {
    width: 450px;
    margin: 0;
}

img {
    width: 400px;
    height: 500px;
    margin-top: 20px;
}

p {
    margin-top: 5px;
    font-size: 20px;
    text-align: justify;
}

.contenedor {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    margin-top: 40px;
    margin-left: 50px;
}

.biografia {
    width: 500px;
    margin-top: 20px;
    margin-left: -100px;
}