From 6757412ac50c38090aca206507fb9a5a4c72c550 Mon Sep 17 00:00:00 2001 From: Dustin Whisman Date: Sun, 17 Nov 2024 09:12:43 -0700 Subject: [PATCH] feat: add more links --- pages/_data/bookmarks.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pages/_data/bookmarks.json b/pages/_data/bookmarks.json index 74c1448..3a241e9 100644 --- a/pages/_data/bookmarks.json +++ b/pages/_data/bookmarks.json @@ -586,5 +586,18 @@ "author": "Alistair Shepherd", "authorLink": "https://alistairshepherd.uk/", "description": "For when a client or your boss asks you to install that accessibility overlay and you need to convince them otherwise." + }, + { + "link": "https://anchoreum.com/", + "author": "Codepip", + "title": "Anchoreum", + "description": "From the creators of Flexbox Froggy and Grid Garden, Achoreum is an interactive way to learn CSS anchor positioning, one of the cooler CSS features now making its way into browsers." + }, + { + "link": "https://ishadeed.com/article/overflow-clip/", + "title": "Overflow Clip", + "author": "Ahmad Shadeed", + "authorLink": "https://ishadeed.com/", + "description": "Another great interactive explainer of a lesser-known CSS feature, overflow: clip" } ]