The five best design links, every weekday

Domain: hugogiraudel.com

hugogiraudel.com

Hiding Content Responsibly

In this article, I want to discuss all the ways to hide something, be it through HTML or CSS, and when to use which.

hugogiraudel.com

A11y Advent Calendar

I thought I would try something new this year and publish an accessibility tip a day in that article.

hugogiraudel.com

Using calc to figure out optimal line-height

Although we can apply any CSS Unit to line-height, a unitless 1.5 value is the most recommended way to handle it.

hugogiraudel.com

GitHub As A Workflow

hugogiraudel.com

Stop fucking up code learning

hugogiraudel.com

CSS Riddle: Reverse Ellipsis

hugogiraudel.com

Automating CSS animations with Sass

hugogiraudel.com

Why Element Queries Matter

hugogiraudel.com

Star-rating widget with Sass

hugogiraudel.com

CSS trickery and the calc function

hugogiraudel.com

Scroll Overflow Menu

hugogiraudel.com

Advanced Sass list functions

hugogiraudel.com

Sass mixin for offsets

hugogiraudel.com

Optimizing images with Bash script

hugogiraudel.com

Understanding Sass lists

hugogiraudel.com

Digging into my slides about Sass

hugogiraudel.com

My CSS aha moment

A quick blog post about the moment I understood the CSS box-model.

hugogiraudel.com

Why a CSS alternative to the select element is impossible

An article aiming at explaining why a CSS-only alternative to the select element is not possible and not meant to be done with CSS.

hugogiraudel.com

Future of CSS layout: CSS Grid

hugogiraudel.com

Items on circle with Sass

A Sass experiment to automagically place items on circle.