diff --git a/CSS Grid/[01] create-your-first-css-grid.html b/CSS Grid/[01] create-your-first-css-grid.html new file mode 100644 index 0000000..6114e54 --- /dev/null +++ b/CSS Grid/[01] create-your-first-css-grid.html @@ -0,0 +1,49 @@ + + + + + + + + Lession 01 + + + + +
+
1
+
2
+
3
+
4
+
5
+
+ + + \ No newline at end of file diff --git a/CSS Grid/[02] add-columns-with-grid-template-columns.html b/CSS Grid/[02] add-columns-with-grid-template-columns.html new file mode 100644 index 0000000..35ba712 --- /dev/null +++ b/CSS Grid/[02] add-columns-with-grid-template-columns.html @@ -0,0 +1,50 @@ + + + + + + + + Lession 02 + + + + +
+
1
+
2
+
3
+
4
+
5
+
+ + + \ No newline at end of file