From 7b48661cf4024b2df5207be68ec3e20a167f2913 Mon Sep 17 00:00:00 2001 From: Hariraj Date: Fri, 7 Oct 2022 19:36:01 +0530 Subject: [PATCH] Add accessibility cheatsheet (#7753) * feat: Add accessibility cheatsheet * fix: Remove site name Co-authored-by: Hariraj A --- more/free-programming-cheatsheets.md | 1 + 1 file changed, 1 insertion(+) diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index 61f6940df..f2cb9b709 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -128,6 +128,7 @@ ### HTML and CSS +* [Accessibility CheatSheet](https://learn-the-web.algonquindesign.ca/topics/accessibility-cheat-sheet/) - Algonquin Design (HTML) * [CSS CheatSheet](https://htmlcheatsheet.com/css/) (HTML) * [CSS Flexbox Cheatsheet](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) - Chris Coyier (HTML) * [CSS Grid Cheatsheet](https://css-tricks.com/snippets/css/complete-guide-grid/) - Chris House (HTML)