Making Wavy or Serrated Edges with CSS
Recently, I found out about text-decoration-thickness, an addition to the set of text-decoration- properties that control text features such as underline.
Recently, I found out about text-decoration-thickness, an addition to the set of text-decoration- properties that control text features such as underline.
Did you know that germs live longer on sleek non-absorbent surfaces, like electronics, than on absorbent surfaces like paper or cloths?
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.
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.
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 💔
Using auto margin to center an item in both the horizontal and vertical axes is tricky — unless that item is a grid item.
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 👍
For the codepen output, if you want to add fonts, like google fonts, you can do that in more than one way.
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.
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.