aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/css
diff options
context:
space:
mode:
authorGabriel Grubba <70247653+Grubba27@users.noreply.github.com>2021-12-19 21:11:24 -0300
committerGitHub <noreply@github.com>2021-12-19 21:11:24 -0300
commitecfbf228fc56c0d9674fb0d815a0b82a4b19daa0 (patch)
treea25d50c059724cb5421a9d725aacca5a417e8375 /files/pt-br/web/css
parent04fbae0c1cf92f81cb81282b4e76bbaed1a592b2 (diff)
downloadtranslated-content-ecfbf228fc56c0d9674fb0d815a0b82a4b19daa0.tar.gz
translated-content-ecfbf228fc56c0d9674fb0d815a0b82a4b19daa0.tar.bz2
translated-content-ecfbf228fc56c0d9674fb0d815a0b82a4b19daa0.zip
Update index.html (#3215)
Diffstat (limited to 'files/pt-br/web/css')
-rw-r--r--files/pt-br/web/css/box-shadow/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/pt-br/web/css/box-shadow/index.html b/files/pt-br/web/css/box-shadow/index.html
index 6db6b1b2b4..6da1f21591 100644
--- a/files/pt-br/web/css/box-shadow/index.html
+++ b/files/pt-br/web/css/box-shadow/index.html
@@ -28,11 +28,11 @@ box-shadow: initial;
box-shadow: unset;
</pre>
-<pre class="brush: css no-line-numbers notranslate" style="">box-shadow: 60px -16px teal;</pre>
+<pre class="brush: css no-line-numbers notranslate" style="box-shadow: 60px -16px teal; float: left; margin: 1em;">box-shadow: 60px -16px teal;</pre>
<pre class="brush: css no-line-numbers notranslate" style="box-shadow: 10px 5px 5px black; float: left; margin: 1em;">box-shadow: 10px 5px 5px black;</pre>
-<pre class="brush: css no-line-numbers notranslate" style="">box-shadow: 3px 3px red, -1em 0 0.4em olive;</pre>
+<pre class="brush: css no-line-numbers notranslate" style="box-shadow: 3px 3px red, -1em 0 0.4em olive; float: left; margin: 1em;">box-shadow: 3px 3px red, -1em 0 0.4em olive;</pre>
<pre class="brush: css no-line-numbers notranslate" style="box-shadow: inset 5em 1em gold; float: left; margin: 1em;">box-shadow: inset 5em 1em gold;</pre>