-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmedium.html
More file actions
47 lines (41 loc) · 1.3 KB
/
Copy pathmedium.html
File metadata and controls
47 lines (41 loc) · 1.3 KB
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
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="nav">
<div class="mdm">medium</div>
<div class="anchor-item">
<a>Our story</a>
<a>Membership</a>
<a>Write</a>
<a>Sign in</a>
<button class="button btn" >Get start</button>
</div>
</div>
<div class="main-container">
<div class="back-img"></div>
<div class="item-container">
<div class="heading-one"><h1>Human<br>stories & ideas</h1></div>
<div class="heading-two"><h3>A Place Read, Write And Deepen Your Understanding</h3></div>
<button class="btn-two btn">Start Reading</button>
</div>
</div>
<div class="footer">
<a>Help</a>
<a>Status</a>
<a>About</a>
<a>Careers</a>
<a>Press</a>
<a>Blog</a>
<a>Privacy</a>
<a>Rules</a>
<a>Terms</a>
<a>Text to speech</a>
</div>
</body>
</html>