I was wondering if anyone is still using CSS float
property today?
If so what's the reason or possible application for that?
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I was wondering if anyone is still using CSS float
property today?
If so what's the reason or possible application for that?
For further actions, you may consider blocking this person and/or reporting abuse
dappsfirm -
Sloan -
Kostaintyn Naddur -
James 'Dante' Midzi -
Once suspended, nikitahl will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, nikitahl will be able to comment and publish posts again.
Once unpublished, all posts by nikitahl will become hidden and only accessible to themselves.
If nikitahl is not suspended, they can still re-publish their posts from their dashboard.
Discussion (3)
Almost always the answer for me is no. However, there is a rare time where a client really wants that text to wrap around an image and a float is probably the best way to go.
Iād never use them for anything else now that we have flexbox and grid
Nope. It's been a while since I used it the last time. But I am sure that there is still an use case for it.
I think it's used mostly in text editors (WYSIWYG) to arrange imaages inside block of text. In other parts flex and grid is the way to go