Thursday, July 16, 2015

Centering With Sass

Centering in CSS is well known for being a tedious task. It is kind of the running gag from the language, leading to jokes such as "we managed to send men on the moon, but we can't vertically align in CSS".

While CSS is indeed a bit tricky when dealing with centering, especially vertical centering, I feel like those jokes are a bit unfair. Actually, there are plenty ways of centering content in CSS, you just have to know how to do it.

This article is not intended to explain how these methods work, but how we can wrap them in a Sass mixin for friendly and easy usage. So if you feel a bit uncomfortable with CSS centering, may I recommend a couple of resources to read beforehand:

All good? Let's get started then.

Continue reading %Centering With Sass%


by Hugo Giraudel via SitePoint

No comments:

Post a Comment