Answers for "media query doesn't work"

5

why my media query is not working

<meta content="width=device-width, initial-scale=1" name="viewport" />
Posted by: Guest on October-24-2020
0

media queries not working

<!-- Put this tag in your HTML head -->

<head>
  
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 
</head>
Posted by: Guest on June-10-2022

Browse Popular Code Answers by Language