Tuesday, June 13, 2023

Griddy Newspaper

Trying to make Griddy Newspaper layout In Css



 grid layout generator

apparently images screw up your grid sizes. to fix this instead of img i used background-image

background-size: contain; 
background-repeat: no-repeat 
background-position-x;
background-position-y;

but then the problem is they take up zero px.

 I found this out when I set a media query with flex and all the pictures disappeared.
Tried to add the imgs again with a mq to to set display:vanish when over 800px in the flex layout.
but that wast working for me either. This time they wouldn't vanish. also they were slightly offset from the original so they appeared doubled. 


No comments:

Post a Comment