-
-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathmediaQueries.html
More file actions
20 lines (20 loc) · 619 Bytes
/
mediaQueries.html
File metadata and controls
20 lines (20 loc) · 619 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="mediaQueries.css">
<title>Learning Media Queries</title>
</head>
<body>
<div class="title">
<h1>Title</h1>
</div>
<div class="subtitle">
<h2>Sub-Title</h2>
</div>
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries" target="_blank" rel="noopener noreferrer">
Check the entire document here
</a>
</body>
</html>