-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathidnex.html
More file actions
30 lines (27 loc) · 737 Bytes
/
idnex.html
File metadata and controls
30 lines (27 loc) · 737 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
29
30
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="UTF-8">
<title>Typography CSS</title>
<!-- <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,700&display=swap" rel="stylesheet"> -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Typography CSS</h1>
</header>
<main>
<p>
Typography is the way that text is arranged and presented.
</p>
<!-- <form>
<label for="name">Name:</label>
<input id="name" type="text" placeholder="Your name...">
<button>Submit</button>
</form>
-->
</main>
</body>
</html>