DEV Community

imaasif01
imaasif01

Posted on

easy way to create css grid with web responsive!

Try this way to use grid

HTML CODE:

pic1

CSS CODE:

pic2


*GRID-AUTO-FLOW:(ROW OR COLOUMN;) < EITHER
GRID-TEMPLATE-COLUMN:33% 33% 33%;


OUTPUT
easy way to use css grid
normal web

grid css

min-width 567px
and see the responsive

web responsive

thanks to kevin powell
for this important source

Top comments (0)