Posts by Cristiano Gonçalves • 11 points
1 post
-
1
votes2
answers67
viewsA: function to change my . css if the width of the sole is "X"
Hello, you don’t need a JS script to make your site responsive, this is possible only with CSS. One of the best ways is to use CSS media queries. @media(min-width: 768px) { body { background-color:…