Template:Clear: Difference between revisions
Appearance
m 1 revision imported |
pass class through |
||
| Line 1: | Line 1: | ||
<div style="clear:{{{1|both}}};"></div><noinclude> | <div style="clear:{{{1|both}}};" class={{{class|}}}></div><noinclude> | ||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> | ||
Revision as of 14:32, 13 February 2024
Shorthand for <div style="clear: both;"></div>.
Clear floating block-level elements without line break
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| clear | 1 | CSS clear: left, right, both, none
| String | optional |