diff --git a/snippets/html/basic-layouts/responsive-resizing-grid-layout.md b/snippets/html/basic-layouts/responsive-resizing-grid-layout.md new file mode 100644 index 00000000..31b13e22 --- /dev/null +++ b/snippets/html/basic-layouts/responsive-resizing-grid-layout.md @@ -0,0 +1,50 @@ +--- +title: Responsive HTML Grid Layout +description: Creates a responsive grid layout that adjusts the number of columns and rows based on the viewport size using CSS media queries. +author: pl44t +tags: html,css,grid,responsive-design,frontend +--- + +```html + + + + + + + + + +
+
1
+
2
+
3
+
4
+
+ + + +```