diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:45:38 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:45:38 +0100 |
commit | 4ab365b110f2f1f2b736326b7059244a32115089 (patch) | |
tree | c3c7c0219f728ade49a78c238c51cc0c8d06ebd6 /files/de/conflicting/web/css/float/index.html | |
parent | 8260a606c143e6b55a467edf017a56bdcd6cba7e (diff) | |
download | translated-content-4ab365b110f2f1f2b736326b7059244a32115089.tar.gz translated-content-4ab365b110f2f1f2b736326b7059244a32115089.tar.bz2 translated-content-4ab365b110f2f1f2b736326b7059244a32115089.zip |
unslug de: move
Diffstat (limited to 'files/de/conflicting/web/css/float/index.html')
-rw-r--r-- | files/de/conflicting/web/css/float/index.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/files/de/conflicting/web/css/float/index.html b/files/de/conflicting/web/css/float/index.html new file mode 100644 index 0000000000..8c17b309fa --- /dev/null +++ b/files/de/conflicting/web/css/float/index.html @@ -0,0 +1,26 @@ +--- +title: none +slug: Web/CSS/none +translation_of: Web/CSS/float +translation_of_original: Web/CSS/none +--- +<div> + {{ CSSRef() }}</div> +<h2 id="Summary" name="Summary">Übersicht</h2> +<p><code>none</code> ist ein oft gebrauchter Wert, welcher in einem Grossteil der Eigenschaften verwendet werden kann. Meistens ist er der Standartwert einer Eigenschaft. Ein vergleichbarer Wert ist {{ Cssxref("normal") }}.</p> +<h2 id="Used_in" name="Used_in">Verwendet in</h2> +<ul> + <li>{{ Cssxref("background-image") }}</li> + <li>{{ Cssxref("border-style") }}</li> + <li>{{ Cssxref("clear") }}</li> + <li>{{ Cssxref("content") }}</li> + <li>{{ Cssxref("counter-increment") }}</li> + <li>{{ Cssxref("counter-reset") }}</li> + <li>{{ Cssxref("display") }}</li> + <li>{{ Cssxref("float") }}</li> + <li>{{ Cssxref("list-style-type") }}</li> + <li>{{ Cssxref("max-height") }} / {{ Cssxref("max-width") }}</li> + <li>{{ Cssxref("quotes") }}</li> + <li>{{ Cssxref("text-decoration") }}</li> + <li>{{ Cssxref("text-transform") }}</li> +</ul> |