DEV Community

Using CSS Grid to create responsive web design

independnt on December 07, 2018

If you're at all familiar with web design, then you know that finishing your designs in CSS can really just be the middle ground. We still need to ...
Collapse
 
davidburbury profile image
David Burbury

I built a site recently using CSS Grid and one of the things I learnt was that IE unfortunately doesn't support auto-fill and auto-fit. Just thought I'd point that out in case you ever need to cater for IE.

Collapse
 
andrej_gajdos profile image
Andrej Gajdos

Did you try to use PostCSS? css-tricks.com/css-grid-in-ie-css-...

Collapse
 
jauhari profile image
Nurudin Jauhari

Any Live Demo?

Collapse
 
millierosy profile image
Millie Rosy • Edited

I am new in development and recently launch a website which is eCommerce shopping based website I have fixed almost its all issues just stuck on responsive this website leatherchase.com/ is fully responsive in all devices except iPad so, I am confuse and worry about it. May anyone tell me about it that how to fix this issue

Collapse
 
vishwa profile image
Vishwa

have you used any css framework like bootstrap or foundation? if your site looks terrible in ipad, you can specify css media queries just for the ipad (both portrait and landscape modes)

Collapse
 
soliddom profile image
Dom Davis

Do you have an example of your portfolio using the grid system?

Collapse
 
brokenthorn profile image
Paul-Sebastian Manole

Your second header should read auto-fill but instead of that you have two auto-fit headers in your article.