Added a few of my CSS tutorials and updated my HTML tutorial name

This commit is contained in:
Booligoosh 2018-03-07 19:43:39 +11:00 committed by GitHub
parent 3e622c2e94
commit 7b97253203
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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