Prompt:
Create a 2-column layout grid using HTML, CSS, and JS. Use ___ gap size, ___ responsive breakpoint, and ___ alignment. The grid should stack vertically on mobile devices.
Example:
Create a 2-column layout grid using HTML, CSS, and JS. Use 32px gap size, 768px responsive breakpoint, and center alignment. The grid should stack vertically on mobile devices.
3-Column Grid Prompt
Prompt:
Create a 3-column layout grid using HTML, CSS, and JS. Use ___ column width, ___ gutter size, and ___ card style. The grid should be flexible and support dynamic content.
Example:
Create a 3-column layout grid using HTML, CSS, and JS. Use 1fr column width, 24px gutter size, and card style with rounded corners. The grid should be flexible and support dynamic content.
Masonry Grid Prompt
Prompt:
Create a masonry grid layout using HTML, CSS, and JS. Use ___ column count, ___ gap, and ___ animation for item loading. The grid should be responsive and visually balanced.
Example:
Create a masonry grid layout using HTML, CSS, and JS. Use 4 column count, 20px gap, and fade-in animation for item loading. The grid should be responsive and visually balanced.