Recently, I found out about text-decoration-thickness
, an addition to the set of text-decoration-
properties that control text features such as underline.
Read More
How to Clean and Disinfect Electronics like Laptops, Desktops and Phones
Did you know that germs live longer on sleek non-absorbent surfaces, like electronics, than on absorbent surfaces like paper or cloths?
Read More
Explaining Artificial Intelligence, Science Fiction, and Person of Interest Review
I know I’m like a decade late in reviewing the television series, Person of Interest (POI). But, I finally got to stream all its episodes – available in Amazon Prime – and am ready to talk about it, from its premise to its plot.
Read More
My little habits, as a web developer
Everybody has habits. Some habits are tied to something specific about you: your family, your job, your hobby; while others are very behavioural and effervescent, sneaking into almost all aspects of your life.
Read More
Text Fragment Effect using CSS
Almost all of the text and box fragment designs I’ve seen online use SVG, and maybe even JavaScript, which is great – and resourceful – but I wanted a simpler method (by simpler, I mean CSS 🐒) to show a plain fragment effect 💔
Read More
Auto margin in CSS Grid items
Using auto margin to center an item in both the horizontal and vertical axes is tricky — unless that item is a grid item.
Read More
CSS Target (pseudo-class) Animation
I’ve known about :target
for a while and have always found it to be quiet useful, but I think with an added animation spin to it, it can be truly profitable 👍
Read More
How to add Fonts to Codepen
For the codepen output, if you want to add fonts, like google fonts, you can do that in more than one way.
Read More
Fix the health hazards of working with computers with this one thing
We’ve heard it all before: healthy diet, regular exercise and stress reduction, the pillars of good health. But even all those combined can’t keep us from the health issues that our work induces in us.
Read More
Grouping browser specific CSS code with @supports
Another quick tip, today! This time it’s about the CSS @supports
rule. The rule checks for the browser support, or the lack of it, of a given CSS property/value and applies some style if that check is passed.
Read More