_contenedor.scss 261 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 10 11 12 13 14 body { background-color: #cccccc; } .contenedor { background-image: radial-gradient(circle at 50% 50%, #ebecf1, #abaec3); min-height: 600px; min-width: 800px; } .grilla-articulo { background-color: rgba(0, 0, 0, 0.8); height: 430px; }