styles.css 849 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 52 53 54 55 56 57 58 59 60 61 62
header {
    height: 100px;
    background-color: dodgerblue;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

h1 {
    margin-top: 30px;
    margin-left: 90px;
    color: white;
}


table {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    justify-content: center;
    padding-top: 50px;
    padding-left: 100px ;
}




button {
    width: 70px;
    height: 70px;
    font-size: xx-large;
    color: dodgerblue;
}




.com {
    margin-left: 100px;
    width: 200px;
}

.estboton {
    width: 150px;
    margin-right: 20px;
    margin-top: 50px;
    background-color: dodgerblue;
    color: white;
    border-radius: 10px;
    font-size: x-large;
}

.com {
    margin-left: 120px;
    width: 200px;
}

.XO {
    margin-top: 50px;
    background-color: white;
    color: dodgerblue;
    border-radius: 10px;
}