-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnatgeo.html
43 lines (29 loc) · 859 Bytes
/
natgeo.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<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">
<title>Natgeo</title>
<link rel="stylesheet" href="ngstyle.css">
</head>
<body>
<h1 class="site-header">Lastest Stories</h1>
<p class="title-sub"><span>Subcribe</span> for full access to read <span>Stories</span> from National Geographic</p>
<div class="columns">
<h2>Today's Picks</h2>
<ul>
<h3>Animals</h3>
<h3>History & Culture</h3>
<h3>Travel</h3>
<h3>Paid Content</h3>
<h3>Anmials</h3>
<h3>History & Culture</h3>
</ul>
<p>see more</p>
<h3>animals</h3>
<h2>Do spiders dream? A new study suggests they do.</h2>
<p>read</p>
</div>
</body>
</html>