From 2eff292a85d68fe3411080a8972689677fd60aae Mon Sep 17 00:00:00 2001 From: celesteessel Date: Tue, 17 Oct 2017 19:10:57 -0400 Subject: [PATCH] Added two new sources for introductory HTML and CSS --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 701b9b2..ff199b3 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,8 @@ Add Assignments that can be practised by beginners learning Web Development. * [Codecademy HTML & CSS](https://www.codecademy.com/en/tracks/htmlcss) * [Learn to code HTML & CSS](https://learn.shayhowe.com/) +* [Intro to HTML](https://thesoftwareguild.ivyapp.com/html) +* [Intro to CSS](https://thesoftwareguild.ivyapp.com/css) -Have fun! \ No newline at end of file + +Have fun!