Translate offset x and y (#32630)
This commit is contained in:
committed by
Randell Dawson
parent
4615d1dc18
commit
4aa90310c0
@ -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. <offset-x> 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. <offset-x> especifica la distancia en el eje horizontal. Los valores negativos posicionan la sombra en el lado izquierdo del elemento. <offset-y> 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).
|
||||
|
Reference in New Issue
Block a user