Difference between revisions of "Template:Clear/sandbox"
From Roll20 Wiki
Andreas J. (Talk | contribs) (Created page with "Shorthand for the [https://developer.mozilla.org/en-US/docs/Web/CSS/clear clear] CSS property. The template can be used to prevent floating( and some other) elements to bunch ...") |
Latest revision as of 07:54, 9 June 2024
Shorthand for the clear CSS property. The template can be used to prevent floating( and some other) elements to bunch up, and instead move to a new line.
The wiki uses float:right
and float:left
to align lots of infoboxes & images.
The clear CSS property sets whether an element must be moved below (cleared) floating elements that precede it. The clear property applies to floating and non-floating elements.
– Mdn Documentation