Fixing Misbehaving Floats
October 2021
Sometimes, the best solution for a layout is to use CSS float, but what do we do when it misbehaves and we don’t want to use hacks like clearfix, or randomly inserted tags with clear=“both”? We can use display:flow-root. Let’s look at how it’s done.
Read Fixing Misbehaving FloatsFloat is Cooler Than You Think
September 2021
Today the use of the CSS `float` property has fallen by the wayside, but what if I told you it can do some really cool stuff? Coupled with some modern CSS properties like `shape`, we can make some really cool things happen. Let's take a closer look.
Read Float is Cooler Than You ThinkNew CSS Book Published by Founders Martine and Michael Dowden
June 2020
Martine and Michael Dowden, co-founders of Andromeda Galactic Solutions, have published their third book on software and technologies.
Read New CSS Book Published by Founders Martine and Michael DowdenPluralsight - Styling Web Components
September 2018
Our CTO, Martine Dowden, published an article on Pluralsight.
Read Pluralsight - Styling Web ComponentsPluralsight - CSS Encapsulation in Angular
September 2018
Our CTO, Martine Dowden, published an article on Pluralsight.
Read Pluralsight - CSS Encapsulation in Angular