From 462627349ba33e64e18d007575843ca3351c8611 Mon Sep 17 00:00:00 2001 From: "Kevin C. Coram" Date: Mon, 23 Dec 2019 09:35:41 -0500 Subject: [PATCH] Add responsive design reference links --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 754996f..67d13ac 100644 --- a/README.md +++ b/README.md @@ -296,6 +296,12 @@ partial. - [A Look Into Proper HTML5 Semantics](https://www.hongkiat.com/blog/html-5-semantics/amp/) - [HTML5 Semantic Tags: What Are They & How To Use Them! - SEMrush](https://www.semrush.com/blog/semantic-html5-guide/) +### Responsive Design / CSS + +- [Realizing common layouts using CSS Grid Layout](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Realizing_common_layouts_using_CSS_Grid_Layout) +- [Create a responsive layout with CSS Grid](https://www.creativebloq.com/how-to/create-a-responsive-layout-with-css-grid) +- [Make the Perfect Responsive Grid with CSS](https://coder-coder.com/make-responsive-grid-css/) + ## Acknowledgements - [Indigo Theme](https://github.com/AngeloStavrow/indigo)