-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (24 loc) · 768 Bytes
/
index.html
File metadata and controls
28 lines (24 loc) · 768 Bytes
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;1,100&display=swap" rel="stylesheet">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Atomo</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div id="card">
<div class="atomo">
<img src="./atomo.png" alt="atomo" />
</div>
<div class="texto">
<h1>What inspires you?</h1>
<h2>Tell us your interests and we’ll pick </br>the best articles just for you.</h2>
</div>
<div class="button">
<button>Learn more</button>
</div>
</div>
</body>
</html>