Skip to content

Commit

Permalink
feat: add more links
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinwhisman committed Nov 17, 2024
1 parent fa5262d commit 6757412
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pages/_data/bookmarks.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]

0 comments on commit 6757412

Please sign in to comment.