diff options
Diffstat (limited to 'files/es/web/css/_doublecolon_before')
-rw-r--r-- | files/es/web/css/_doublecolon_before/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/es/web/css/_doublecolon_before/index.html b/files/es/web/css/_doublecolon_before/index.html index 3f75cb9266..14692b829e 100644 --- a/files/es/web/css/_doublecolon_before/index.html +++ b/files/es/web/css/_doublecolon_before/index.html @@ -24,7 +24,7 @@ translation_of: 'Web/CSS/::before' <h2 id="Sintaxis">Sintaxis</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <div class="note"> <p><strong>Nota:</strong> CSS3 introdujo la notación <code>::before</code> (con doble dos puntos) para diferenciar <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-classes">pseudo-clases</a> con <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-elements">pseudo-elementos</a>. Los navegadores aceptan <code>:before</code>, añadido en CSS2.</p> |