summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorJJ2024-04-26 01:42:54 +0000
committerJJ2024-04-26 01:43:05 +0000
commit2f17bc254bd94a32847ea71fe0433acf364c1c39 (patch)
treec92e91b3ad888683cee5bc55dc564cbdf8ef2c78 /web
parent1a8dbd5ee043703e91d0438ca95a9b6791b35290 (diff)
meow
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.