diff options
author | Florian Dieminger <me@fiji-flo.de> | 2021-02-11 18:20:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 18:20:22 +0100 |
commit | 999e51572c093be901d6c8f942feb76038ae940c (patch) | |
tree | 0b2242d6df50748abf3f11c717211e8bbcf3d45e /files/de/conflicting/web/css/float/index.html | |
parent | 747e709ad97c5782af29688f52c8105c08d9a323 (diff) | |
parent | 12b585b8e60a2877ff64dc6dc5ab058c43652f47 (diff) | |
download | translated-content-999e51572c093be901d6c8f942feb76038ae940c.tar.gz translated-content-999e51572c093be901d6c8f942feb76038ae940c.tar.bz2 translated-content-999e51572c093be901d6c8f942feb76038ae940c.zip |
Merge pull request #55 from fiji-flo/unslugging-de
Unslugging de
Diffstat (limited to 'files/de/conflicting/web/css/float/index.html')
-rw-r--r-- | files/de/conflicting/web/css/float/index.html | 27 |
1 files changed, 27 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..fb9978780d --- /dev/null +++ b/files/de/conflicting/web/css/float/index.html @@ -0,0 +1,27 @@ +--- +title: none +slug: conflicting/Web/CSS/float +translation_of: Web/CSS/float +translation_of_original: Web/CSS/none +original_slug: 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> |