Ver Mensaje Individual
  #3 (permalink)  
Antiguo 07/03/2016, 14:15
colcrt
 
Fecha de Ingreso: noviembre-2012
Mensajes: 6
Antigüedad: 11 años, 5 meses
Puntos: 0
Respuesta: hacer un borde interno en css?

Cita:
Iniciado por eliaslunaslo Ver Mensaje
prueba con esto:
Código CSS:
Ver original
  1. border-corner-shape:scoop;
  2. 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%;