Updates index.md translation (#25533)

pull/20987/head^2
JoseP-UR 2018-11-04 11:42:57 -02:00 committed by Jefferson Oliveira
parent edd1e85f0b
commit 29119dca98
1 changed files with 5 additions and 4 deletions

View File

@ -20,11 +20,12 @@ Uma sombra de caixa pode ser descrita com várias propriedades, incluindo:
} }
``` ```
* #### inset (default: none) * #### inset (default: none)
If not specified, the shadow is assumed to be a drop shadow (as if the box were raised above the content). se não especificada, a sombra é considerada como uma sombra externa (como se o elemento estivesse sobre o conteúdo)
The presence of the `inset` keyword changes the shadow to one inside the frame A presença da propriedade `inset`muda a sombra para dentro do elemento.
* #### offset-x offset-y * #### 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. Existem dois valores `length` para definir a posição da sombra. <offset-x> especifica a distancia horizontal. Valores negativos colocam a sombra à esquerda do elemento. `offset-y` especifica a distancia vertical. Valores engativos colocam a sombra acima do elemento. Veja `length` para possíveis unidades.
* #### blur-radius (default: 0) * #### 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). 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).
@ -79,4 +80,4 @@ Você pode combinar as duas peças anteriores de sombras de caixa usando uma ví
#### Mais Informações #### Mais Informações
* Documentos: [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow) * Documentos: [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow)