CSS tips

1 media query

The device will ignore your media queries, without following tag on HTML.

<!DOCTYPE html>
<html lang="en-us">
  <head>
    <meta name="viewport" content="width=device-width">
  </head>
  <body>
  </body>
</html>

2 cssstats.com generate css stats for sites


© 2015-2020 tendant