Floats
suggest changeSyntax
- clear: none | left | right | both | inline-start | inline-end;
- float: left | right | none | inline-start | inline-end;
Remarks
As float implies the use of the block layout, it modifies the computed value of the display values in some cases [1]
[1]: https://developer.mozilla.org/en-US/docs/Web/CSS/float MDN
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents