diff --git a/guide/spanish/css/box-shadow/index.md b/guide/spanish/css/box-shadow/index.md index ba5c944a0a..af3a5fe90e 100644 --- a/guide/spanish/css/box-shadow/index.md +++ b/guide/spanish/css/box-shadow/index.md @@ -20,8 +20,8 @@ Una sombra de cuadro se puede describir con varias propiedades, que incluyen: } ``` * #### inset (default: none) - If not specified, the shadow is assumed to be a drop shadow (as if the box were raised above the content). - The presence of the `inset` keyword changes the shadow to one inside the frame + Si no está especificado, la sombra asume la forma de sombra arrojada (como si la cara estuviera por encima del contenido). + 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. @@ -79,4 +79,4 @@ Puede combinar las dos piezas anteriores de recuadros de sombras con una coma pa #### Más información -* Docs: [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow) \ No newline at end of file +* Docs: [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow)