summaryrefslogtreecommitdiffhomepage
path: root/cs-cz/css.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'cs-cz/css.html.markdown')
-rw-r--r--cs-cz/css.html.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/cs-cz/css.html.markdown b/cs-cz/css.html.markdown
index 54a0a08e..ed69c73a 100644
--- a/cs-cz/css.html.markdown
+++ b/cs-cz/css.html.markdown
@@ -220,9 +220,11 @@ p { vlastnost: hodnota !important; }
```
a tento element
+
```xml
<p style='/*F*/ vlastnost:hodnota;' trida='trida1 trida2' attr='hodnota' />
```
+
Priorita stylu je následující. Pamatujte, priorita pro každou **vlastnost**, ne pro celý blok.
* `E` má nejvyšší prioritu kvůli slůvku `!important`. Je doporučováno se úplně vyhnout jeho použití.