Creating Custom List Styles
June 2022
Bulleted lists on the web come with default styles. What if we wanted to use emojis instead of the boring standard bullet points? Let's take a look at how we would create that.
Read Creating Custom List StylesThe Importance of Using Language Attributes
January 2022
Language attributes can not only help our User Experience but also our SEO. Let's explore the options and the benefits.
Read The Importance of Using Language AttributesTables Have Their Place
January 2022
Tables being used for layout and difficult to contend with on mobile have resulted in their decreased use on the web. Using media queries we can use a basic HTML table and make it work well on narrow and wide screens alike.
Read Tables Have Their PlaceFixing 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 FloatsPluralsight - CSS Encapsulation in Angular
September 2018
Our CTO, Martine Dowden, published an article on Pluralsight.
Read Pluralsight - CSS Encapsulation in Angular