From 1a9d13d6be94d0ebc877e056efe57b8e9a385e5a Mon Sep 17 00:00:00 2001 From: madcampos Date: Thu, 18 Jan 2024 23:45:53 -0500 Subject: [PATCH] fix: upcate css reset post with small tweaks --- src/content/blog/2024/01/my-css-reset.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/content/blog/2024/01/my-css-reset.md b/src/content/blog/2024/01/my-css-reset.md index afe2d19..4a9d8ad 100644 --- a/src/content/blog/2024/01/my-css-reset.md +++ b/src/content/blog/2024/01/my-css-reset.md @@ -13,7 +13,9 @@ This reminded me of a couple of articles I read last year. - [A (more) Modern CSS Reset](https://piccalil.li/blog/a-more-modern-css-reset/) by [Andy Bell](https://piccalil.li/) - [Being Picky about a CSS Reset for Fun & Pleasure](https://chriscoyier.net/2023/10/03/being-picky-about-a-css-reset-for-fun-pleasure/) by [Chris Coyier](https://chriscoyier.net) -And how I approach CSS resets. I decided to comment on it because I'm a person on the internet and I have _a moral obligation_ to do that. +And how I approach CSS resets. So, I decided to comment on it because I'm a person on the internet and I have _a moral obligation_ to do that. + +Brace yourselves, strong opinions incoming! ![An image composed of four panels, the three first are stretching exercises and the forth one is a finger pressing the "Caps Lock" button.](./assets/arguing-on-the-internet.jpg) @@ -190,4 +192,4 @@ Usually all those elements are used as block level elements that span the whole And that is it for my CSS reset. Although browsers are much better and more compatible with each other there are some small quality of life improvements that help us suffer less when debugging. [^1]: I guess reading newsletters is the millennial version of the boomer who reads the newspaper. -[^2]: By "similar enough", it doesn't mean they will be pixel perfect, just that things will behave mostly the same and generate results that, given some wiggle room, are so close to each other that the differences don't matter. +[^2]: By "similar enough", it doesn't mean they will be _pixel perfect_, just that things will behave mostly the same and generate results that, given some wiggle room, are so close to each other that the differences don't matter.