Coding

20 January, 2025

CSS selectors are the backbone of styling in web development. They allow you to target specific HTML elements, apply styles, and craft visually engaging and functional websites. However, not all selectors are created equal,(...)

13 December, 2016

This is a very clean way to replace browsers native radio and checkbox buttons with custom ones by using a pseudo element on the label. You can even use a glyph if you want(...)

11 November, 2016

I really hate using plugins, whenever I can I try to use my own code, or code that a found on the internet for something specific. There is some nice plugins to show post(...)

9 November, 2016

See the Pen CSS3 Tooltip by Pedro Lopes (@ORiOn16) on CodePen.

3 November, 2016

There’s out there some free and paid solutions to show a popup/modal when a user tries to leave your page, but since I’m all about DIY, i coded my own. And of course, I(...)