Posts by Ledo Mestrinare • 11 points
1 post
-
0
votes1
answer21
viewsQ: CSS @media is not working
when the site is less than 600px, you should activate @media, but not enter * { font-family:Arial; } body { margin:0; padding:0; } header { display: flex; justify-content: center; } .container {…