styles.css 172 Bytes
Newer Older
Cristhian Ortellado committed
1 2 3 4 5 6 7 8 9 10 11
.numeros {
    margin: 0 auto;
    background-color: rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: row;
    justify-content: center
}

input {
    width: 15%;
}