Posts

With the new school year starting and the Coderdojo sessions coming back, it looks like a good time to start writing some posts. I hope it will be helpful for your projects, good luck!

How to create a custom checkbox

2020-03-05

Quick tutorial showing a basic implementation for a custom checkbox.

  • tutorials
  • frontend
  • css

SASS font-face mixin

2017-10-14

Import fonts using a simple SASS mixin.

  • tutorials
  • frontend
  • css
  • scss

@font-face and font variations

2017-09-15

This tutorial explains the basics of @font-face and how to import multiple variation of a single font-family.

  • tutorials
  • frontend
  • css

Centered dialog

2017-09-12

This tutorial covers step by step how to implement a dialog box with a dimmed overlay.

  • tutorials
  • frontend
  • css

CSS Common issues and the ways to get around them

2017-09-12

This page lists a series of short and focused tutorials based from concrete CSS examples. It shows the way some common challenges can be tackled as well as what are the pitfalls to avoid and why.

  • tutorials
  • frontend
  • css