From 726c16192920c9915295729d0a08bfc6aee42162 Mon Sep 17 00:00:00 2001 From: Aqib Javid Bhat Date: Mon, 9 Sep 2024 23:31:21 +0000 Subject: [PATCH] Add Daily Challenge for Day 16 --- Daily Challenges/Day_16.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Daily Challenges/Day_16.md diff --git a/Daily Challenges/Day_16.md b/Daily Challenges/Day_16.md new file mode 100644 index 0000000..eb25aaa --- /dev/null +++ b/Daily Challenges/Day_16.md @@ -0,0 +1,11 @@ +### **Day 16: CSS Grid Basics** + +Welcome to another day of growth and learning! 🚀 Embrace today's challenge with enthusiasm and determination. Remember, every line of code you write brings you one step closer to mastering your craft. Let's make today count! 💪 + +- **Topics to Learn**: + - Creating grid layouts with CSS Grid. +- **Resources**: + - [MDN Web Docs - CSS Grid](https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Grids) + - [CSS-Tricks - A Complete Guide to Grid](https://css-tricks.com/snippets/css/complete-guide-grid/) +- **Mini Project**: + - Create a grid-based layout for a simple webpage, using CSS Grid to arrange content in a grid format.