Chamar css por @media queries
R
Renato AssisNem li tudo mais já sei o que te acontece.. e aconteceu comigo e não sei explicar xD Seguinte o media query usado no formato @media screen and maxwidth: 991px{ ... } Define a leitu
P
pwdUse mobile first: Aqui o CSS Mobile First @media only screen and minwidth : 320px { } @media only screen and minwidth : 480px { } @media only screen and minwidth : 768px { } @media
Ver todos os 7 comentários →