diff options
Diffstat (limited to 'files/pt-br/web/css/box-shadow/index.html')
-rw-r--r-- | files/pt-br/web/css/box-shadow/index.html | 4 |
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> |