Day 44: logical floating and clearing

from blog Manuel Matuzović - Blog, | ↗ original
↗ original
Thanks to Flexbox and CSS Grid no one seems to talk about float and clear anymore,…except for me now because there's news.Floating and clearing has lost its importance for layout, but they are still useful properties. Just like for margin or border, you can now use logical properties for floating and clearing. img { float: inline-start; /* or...