Blog

Programming insights to Storytelling, it's all here.

Ibrahim Diallo

August 2020

When to use !important in CSS

When to use !important in CSS

CSS has a feature called !important. What it does is force a property to be used, regardless of other properties that are more specific. It can be very handy.

JS Tip of the day

How to get an element position on the page

This used to be a painful thing to find on the page. Well it wasn't but almost everyone suggested you use a hacky way to find the correct position of an element…

Photography