You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
571 B

2 years ago
  1. <html lang="en">
  2. <head>
  3. <meta charset="UTF-8">
  4. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>Document</title>
  7. <link rel="stylesheet" href="./css-1.css">
  8. <link rel="stylesheet" href="./css-2.css" media="(min-device-width:400px)">
  9. <link rel="stylesheet" href="./css-3.css" media="(min-device-width:300px) and (max-device-width:399px)">
  10. </head>
  11. <body>
  12. <div id="div0">
  13. <div></div>
  14. <div></div>
  15. <div></div>
  16. </div>
  17. </body>
  18. </html>