From 29119dca98142f4188f6b357775950b0a1b2fb4a Mon Sep 17 00:00:00 2001 From: JoseP-UR <31212101+JoseP-UR@users.noreply.github.com> Date: Sun, 4 Nov 2018 11:42:57 -0200 Subject: [PATCH] Updates index.md translation (#25533) --- guide/portuguese/css/box-shadow/index.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/guide/portuguese/css/box-shadow/index.md b/guide/portuguese/css/box-shadow/index.md index 2b46803bb7..b2e12a4a03 100644 --- a/guide/portuguese/css/box-shadow/index.md +++ b/guide/portuguese/css/box-shadow/index.md @@ -20,11 +20,12 @@ Uma sombra de caixa pode ser descrita com várias propriedades, incluindo: } ``` * #### 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 + se não especificada, a sombra é considerada como uma sombra externa (como se o elemento estivesse sobre o conteúdo) + A presença da propriedade `inset`muda a sombra para dentro do elemento. + * #### 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. + Existem dois valores `length` para definir a posição da sombra. 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) 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 -* Documentos: [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow) \ No newline at end of file +* Documentos: [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow)