From 7b972532039b77f840f1cd81ef659ca606cb1553 Mon Sep 17 00:00:00 2001 From: Booligoosh Date: Wed, 7 Mar 2018 19:43:39 +1100 Subject: [PATCH] Added a few of my CSS tutorials and updated my HTML tutorial name --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 471e0f5..b726f55 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ More free resources can be found on [codeburst.io](https://codeburst.io) * [HTML Cheat Sheet](https://websitesetup.org/html5-cheat-sheet/) * [HTML5 Full Tutorial - w3schools](https://www.w3schools.com/html/) * [HTML5 Tutorial PDF DOWNLOAD - tutorialspoint](https://www.tutorialspoint.com/html5/html5_tutorial.pdf) -* [Learn HTML series - Code The Web](https://codetheweb.blog/learn/html/) +* [Learn HTML (Full Tutorial Series) - Code The Web](https://codetheweb.blog/learn/html/) --- ### Learn CSS @@ -111,6 +111,7 @@ More free resources can be found on [codeburst.io](https://codeburst.io) * [10 principles for smooth web animations](https://blog.gyrosco.pe/smooth-css-animations-7d8ffc2c1d29#.y6p8vkehd) * [Css Fundamentals - SoloLearn](https://www.sololearn.com/Course/CSS/) * [CSS Cheat Sheet](https://websitesetup.org/css3-cheat-sheet/) +* [Learn CSS (Full Tutorial Series) - Code The Web](https://codetheweb.blog/learn/CSS/) --- ### Learn JavaScript