From 07a6ce162e83b6ac0ba512964b980ae01a8eefd4 Mon Sep 17 00:00:00 2001 From: Yahya Elharony Date: Wed, 27 Oct 2021 16:40:39 +0200 Subject: [PATCH] Add 'RTL Styling 101' guide (#6461) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add 'RTL Styling 101' guide * Fix 'RTL Styling 101' URL linting issue Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> --- books/free-programming-books-langs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index cd05ad81..2ceafeb0 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -937,6 +937,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [Pocket Guide to Writing SVG](https://svgpocketguide.com) - Joni Trythall * [Pro HTML5 Programming](https://web.archive.org/web/20181215200026/http://apress.jensimmons.com/v5/pro-html5-programming/ch0.html) - Jen Simmons, Chris O'Connor, Dylan Wooters, Peter Lubbers * [Resilient Web Design](https://resilientwebdesign.com/#Resilientweb%20design) - Jeremy Keith +* [RTL Styling 101](https://rtlstyling.com) - Ahmad Shadeed * [Scalable and Modular Architecture for CSS](https://web.archive.org/web/20191116073929/http://smacss.com/) - Jonathan Snook * [Understanding Flexbox: Everything you need to know](https://ohansemmanuel.github.io/uf_download.html) - Ohans Emmanuel * [W3.CSS Succinctly](https://www.syncfusion.com/ebooks/w3_css_succinctly) - Joseph D. Booth -- GitLab