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

Render unsupported HTML5 tags in Internet Explorers

Old versions of Internet explorer do not support new html5 tags. In HTML5 the `` tag for example allows you to embed a video on your page directly into your pag…

Photography