Category: Code

Practical Flexbox Tips

Flexbox is a fantastic tool in every developer’s toolkit. It has many features that make it uniquely suited to dealing with certain problems. The specification has some interesting features that may seem confusing at first glance. Over the years I’ve picked up a few techniques that using Flexbox simple and effective and in this post,… Read More

Circles using border-radius for rectangular images

I was at WordCamp Jacksonville 2017 and one of the speakers said something that caught my attention: “You often see developers use border-radius: 100%, which works great, except when they start using rectangular images.” I immediately thought: Well that’s just because they’re doing it wrong! I then went ahead and whipped up a simple Codepen… Read More