We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c156f3d commit 4c8c036Copy full SHA for 4c8c036
README.md
@@ -1,2 +1,16 @@
1
# Responsive-CSS-Flexbox
2
-Responsive CSS & Flex box
+In this repsitory I will cover all the essentials things that are needed to learn and understand Flex-box.
3
+
4
+## 🧞 Step by Step Guide.
5
+1. Flex-Directions.
6
+2. Flex-Wrap.
7
+3. Justify-Content.
8
+4. Align-Content and Self.
9
+5. Flex Basis, Grow and Shrink.
10
11
+## 📋 Files Instruction.
12
+In this repository you will get some html files in which all code is written both Html and CSS.
13
14
+## 🚀 Reference Docs.
15
+Refer MDN Docs by clicking on the below mentioned link. <br>
16
+<a href="https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Flexbox">Link here to Learn mroe..</a>
0 commit comments