From 0a75d028a3412d5138ea79060bc7e0cb24930ec7 Mon Sep 17 00:00:00 2001 From: Kieran Coldron Date: Fri, 21 May 2021 13:50:53 +0100 Subject: [PATCH] Add google CSS course and Tailwind --- Programming.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Programming.md b/Programming.md index daab23e..eebc0d7 100644 --- a/Programming.md +++ b/Programming.md @@ -26,6 +26,8 @@ 4. [Kattis](https://open.kattis.com/) - Programming problems to help you improve your skills. Compete against staff/students. 5. [Code Academy](https://www.codecademy.com/) - Improve your programming knowledge. 6. [DevDocs](https://devdocs.io/) - Searchable developer docs -7. [Aweomesheet](https://zombiefox.github.io/awesomeSheet/) - CSS Generator] -8. [Two Decades of C#: A Reference](https://benbowen.blog/post/two_decades_of_csharp_i/) - A reference of which C# version introduced which features. Linked is the first blog; later versions are covered under later blogs. -9. [Refactoring.guru](https://refactoring.guru/) - Learn about design patterns and refactoring. \ No newline at end of file +7. [Aweomesheet](https://zombiefox.github.io/awesomeSheet/) - CSS Generator +8. [Learn CSS](https://web.dev/learn/css/) - Free Google course on CSS +9. [Tailwind CSS](https://tailwindcss.com/) - CSS styling without the pain of writing CSS +10. [Two Decades of C#: A Reference](https://benbowen.blog/post/two_decades_of_csharp_i/) - A reference of which C# version introduced which features. Linked is the first blog; later versions are covered under later blogs. +11. [Refactoring.guru](https://refactoring.guru/) - Learn about design patterns and refactoring.