The grid-template-columns property specifies the number () of columns in a grid layout

Опубликовано: 27 Март 2023
на канале: Funy Coder
2,132
50

The grid-template-columns property specifies the number (and the widths) of columns in a grid layout.

The values are a space separated list, where each value specifies the size of the respective column.

👉 Above, if the screen is larger than 600 pixels then we'll make cards two columns and three columns if larger than 900 pixels.

About -

📝I post articles on HTML, CSS , JavaScript and stuff related to Web Development.