Notifications
Clear all

Float in CSS

2 Posts
3 Users
3 Likes
346 Views
0
Topic starter

What is float in CSS?

2 Answers
2

The float CSS property places an element on the left or right side of its container, allowing text and inline elements to wrap around it.

1

The float CSS property places an element on the left or right side of its container, allowing text and inline elements to wrap around it. The element is removed from the normal flow of the page, though still remaining a part of the flow (in contrast to absolute positioning).

See full guide at https://developer.mozilla.org/en-US/docs/Web/CSS/float

Share: