Tag: css

  • Mobile First Design Tips

    When redesigning my personal website and blog, I started from scratch and attempted to apply a mobile-first design approach. Here are a few tips that I picked up along the way while creating and implementing my new design that might prevent some mistakes on your own sites.

  • Measuring in CSS is Cool

    I’ve been on this CSS kick for the past while, and I had forgotten how much CSS can do now. More specifically how things have changed when it comes to measuring height and width.

  • Using text-overflow:ellipsis with Inline Flex

    Two out of three Dave’s hit this obscure CSS problem that turned out to be expected behaviour. David Wesst walks us through the reason why and how to fix it