From fb5a7fb09f474c91a29eca8a2018f5e00a036474 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Fri, 10 Dec 2021 14:02:17 +0100 Subject: [PATCH] Add making layouts and html best practices links --- .../101-html/103-conventions-and-best-practices.md | 8 +++++++- .../100-frontend/content/102-css/101-making-layouts.md | 7 +++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/100-frontend/content/101-html/103-conventions-and-best-practices.md b/content/roadmaps/100-frontend/content/101-html/103-conventions-and-best-practices.md index fba4d4986..1c2a4bfd1 100644 --- a/content/roadmaps/100-frontend/content/101-html/103-conventions-and-best-practices.md +++ b/content/roadmaps/100-frontend/content/101-html/103-conventions-and-best-practices.md @@ -1 +1,7 @@ -# Conventions and best practices \ No newline at end of file +# Best Practices + +Learn to follow the best practices for writing maintainable and scalable HTML documents. + +Free Content +HTML Best Practices + 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 f5a29eca9..547aff6cb 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 @@ -1,5 +1,12 @@ # Making layouts +Float, grid, flexbox, positioning, display and box model are some of the key topics that are used for making layouts. Use the resources below to learn about these topics: + Free Content Learn and Practice Flexbox +Game for learning CSS Grid +All about Floats +Positioning Types: How Do They Differ? +The Box Model +The CSS Display Property