From 5219b8c78f1863b794e4f35e7c47d43e048da400 Mon Sep 17 00:00:00 2001 From: Md Abid Hussain <101964499+md-abid-hussain@users.noreply.github.com> Date: Thu, 10 Nov 2022 17:45:24 +0530 Subject: [PATCH] Add resources to frontend roadmap (#2903) * Added new resource and arrange the content * Update readme.md * Update 101-making-layouts.md --- .../content/102-css/101-making-layouts.md | 6 +++--- .../100-frontend/content/102-css/readme.md | 17 ++++++++++------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/content/roadmaps/100-frontend/content/102-css/101-making-layouts.md b/content/roadmaps/100-frontend/content/102-css/101-making-layouts.md index 10703b2ad..d8bf2a0d0 100644 --- a/content/roadmaps/100-frontend/content/102-css/101-making-layouts.md +++ b/content/roadmaps/100-frontend/content/102-css/101-making-layouts.md @@ -6,11 +6,11 @@ Float, grid, flexbox, positioning, display and box model are some of the key top Learn and Practice Flexbox Game for learning CSS Grid -Learn CSS Grid - Course -Learn CSS Grid for free All about Floats Positioning Types: How Do They Differ? The Box Model The CSS Display Property A Complete Guide to Flexbox -A Complete Guide to Grid \ No newline at end of file +A Complete Guide to Grid +Learn CSS Grid - Course +Learn CSS Grid for free diff --git a/content/roadmaps/100-frontend/content/102-css/readme.md b/content/roadmaps/100-frontend/content/102-css/readme.md index 3ee29fea1..06b860beb 100644 --- a/content/roadmaps/100-frontend/content/102-css/readme.md +++ b/content/roadmaps/100-frontend/content/102-css/readme.md @@ -3,17 +3,20 @@ CSS or Cascading Style Sheets is the language used to style the frontend of any website. CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript. Free Content + +The Odin Project +What The Flexbox! +Learn CSS | Codecademy +Learn Intermediate CSS | Codecademy +CSS Complete Course +CSS Crash Course For Absolute Beginners +HTML and CSS Tutorial +CSS Masterclass - Tutorial & Course for Beginners W3Schools — Learn CSS cssreference.io: All CSS properties at a glance Web.dev by Google — Learn CSS freeCodeCamp — Responsive Web Design Learn to Code HTML & CSS Joshw Comeau's CSS Hack Blog Posts -CSS Crash Course For Absolute Beginners -HTML and CSS Tutorial -CSS Masterclass - Tutorial & Course for Beginners -What The Flexbox! -Learn CSS | Codecademy -Learn Intermediate CSS | Codecademy 100 Days CSS Challenge -CSS Tutorial | Scaler \ No newline at end of file +CSS Tutorial | Scaler