summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/css.md2
-rw-r--r--web/html.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/web/css.md b/web/css.md
index 1d788b4..8f5eb38 100644
--- a/web/css.md
+++ b/web/css.md
@@ -5,7 +5,7 @@ title: A Brief Reference for Modern CSS
# A Brief Reference for Modern CSS
-I like CSS. I really, really like CSS. I greatly enjoy just... fucking about with it, producing [pretty websites](https://apropos.codes) and [ugly websites](https://cursedc.tf/2023) and [weird-ass websites](https://cursedc.tf).
+I like CSS. I really, really like CSS. I greatly enjoy just... fucking about with it, producing [pretty websites](https://toki.la) and [ugly websites](https://cursedc.tf/2023) and [weird-ass websites](https://cursedc.tf).
But I don't like *everything* about CSS, and one of those things I don't like is how much I have to rely on references. Property names are remarkably unintuitive. And CSS is complicated! There's a lot to keep in your head, and it's ever changing - ever improving, I would say, but ever changing nonetheless. So I figured writing my *own* reference might help.
diff --git a/web/html.md b/web/html.md
index 43757b5..f385919 100644
--- a/web/html.md
+++ b/web/html.md
@@ -5,7 +5,7 @@ title: A Quick Guide to Modern HTML
# A Quick Guide to Modern HTML
-This guide is a work in progress!
+> This guide is a work in progress!
Modern HTML is a remarkably simple and coherent standard.