Mypal/devtools/client/styleeditor/test/media.html
2019-03-11 13:26:37 +03:00

12 lines
282 B
HTML

<!doctype html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="simple.css" media="screen,print"/>
<link rel="stylesheet" type="text/css" href="media-small.css" media="screen and (min-width: 200px)"/>
</head>
<body>
<div>test for media labels</div>
</body>
</html>