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

Loading jQuery asynchronously

The recommended way to load jQuery is with a script tag. You place it on the bottom of your page and make sure every script that depends on it are loaded after.…

Photography