Cita:
Iniciado por eliaslunaslo prueba con esto:
Código CSS:
Ver originalborder-corner-shape:scoop;
border-radius:40px;
nose por que border-corner-shape no funciona segun ley es experimental, si depronto me pudieras explicar como se usa xD
-por ahora encontre este codigo que funciona el problema que tengo es que como es una caja un poco trasparente estoy mirando como lo soluciono
Código HTML:
background: -webkit-radial-gradient(0% 100%, circle, transparent 15%, steelblue 15%) no-repeat, -webkit-radial-gradient(100% 0%, circle, transparent 15%, steelblue 15%) no-repeat, -webkit-radial-gradient(0% 0%, circle, transparent 15%, steelblue 15%) no-repeat, -webkit-radial-gradient(100% 100%, circle, transparent 15%, steelblue 15%) no-repeat;
background: radial-gradient(circle at 0% 100%, transparent 15%, steelblue 15%) no-repeat, radial-gradient(circle at 100% 0%, transparent 15%, steelblue 15%) no-repeat, radial-gradient(circle at 0% 0%, transparent 15%, steelblue 15%) no-repeat, radial-gradient(circle at 100% 100%, transparent 15%, steelblue 15%) no-repeat;
background-position: 0% 100%, 100% 0%, 0% 0%, 100% 100%;
background-size: 75% 75%;