Henrique Alves
Results
2
comments of
Henrique Alves
Media queries could sit at the global level e.g. ``` css .w7 { width: 100%; } .w3 { width: 50%; } @media (min-width: 800px) { .w7 { width: 90%; }...
Have anyone found a solution for this?