styles.css 135 Bytes
Newer Older
Cristhian Ortellado committed
1 2 3 4 5 6 7
.contenedor {
    width: 50%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, .2);
    height: 100px;
    text-align: center;
}