Category: CSS and SASS

From November 27, 2018

Text Overflow in Tables Using table-layout

I recently came across the issue of table-cells overflowing – messing up the display of the table.The table-layout property is the easiest way to handle it

Read More
From November 17, 2018

Reverse Chevron

I’ve talked about CSS Borders a lot already, but I discovered another use for them that I thought warranted a whole post: a ‘reverse’ chevron

Read More
From October 21, 2018

Fixing Button Text Overflow

I’m working on a redesign using the Bulma CSS framework to overhaul my site. Bulma has a few quirks though, like this overflowing button text

Read More
From September 25, 2018

CSS Properties You May Not Know

Since the introduction of CSS, there have been lots of properties introduced (and deprecated). There’s a lot out there, some of which you may not know.

Read More
From September 22, 2018

Filters in CSS

Filters are a pretty cool, powerful tool that can be used to apply a variety of effects – most commonly to images and backgrounds.

Read More
From July 10, 2017

CSS-Cropping: How To Preserve Aspect Ratio

I do a lot of ‘profile’ type sites but one thing I’ve always struggled with is the ‘circular’ profile image due to the aspect-ratio changing.

Read More
From January 29, 2017

CSS Counting: What, How, and When

After reading an article on CSS-Tricks, I learned about CSS Counting. It’s a cool property that’s arguably useful, but isn’t really accessible.

Read More
From October 22, 2016

CSS: The Differences Between IDs and Classes

Though you can achieve similar things with both, Classes and IDs are way different.

Read More
From October 13, 2016

Disappearing Nav

Disappearing navbars are found all over the web. This feature may seem like an advanced technique, but it’s actually really easy to implement.

Read More
From October 11, 2016

Box Shadow

This is my solution to figuring out browser prefixes.

Read More