From 4aa90310c0899d8af8f2dbfec4ddb219103807fd Mon Sep 17 00:00:00 2001 From: Althea Espejo Date: Tue, 13 Aug 2019 22:03:56 +0200 Subject: [PATCH] Translate offset x and y (#32630) --- guide/spanish/css/box-shadow/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guide/spanish/css/box-shadow/index.md b/guide/spanish/css/box-shadow/index.md index af3a5fe90e..82dda1cf70 100644 --- a/guide/spanish/css/box-shadow/index.md +++ b/guide/spanish/css/box-shadow/index.md @@ -24,7 +24,8 @@ Una sombra de cuadro se puede describir con varias propiedades, que incluyen: La presencia de la palabra clave `inset` cambia la sombra hacia el interior del marco. * #### offset-x offset-y - These are two `length` values to set the shadow offset. specifies the horizontal distance. Negative values place the shadow to the left of the element. `offset-y` specifies the vertical distance. Negative values place the shadow above the element. See `length` for possible units. + Existen dos valores `lenght` que utilizamos para crear el efecto de sombra paralela. especifica la distancia en el eje horizontal. Los valores negativos posicionan la sombra en el lado izquierdo del elemento. espeficica el eje vertical. Los valores negativos posicionan la sombra por encima del elemento. Comprueba `length` para ver las unidades de medida que utiliza. + * #### blur-radius (default: 0) This is a third `length` value. The larger this value, the bigger the blur, so the shadow becomes bigger and lighter. Negative values are not allowed. If not specified, it will be 0 (the shadow's edge is sharp).