-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (25 loc) · 1.02 KB
/
index.html
File metadata and controls
26 lines (25 loc) · 1.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<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=Figtree:ital,wght@0,300..900;1,300..900&display=swap" rel="stylesheet">
<title>Document</title>
</head>
<body>
<div class="card">
<img class="ilustracion" src="imagen/illustration-article.svg" alt="ilustration">
<h2 class="learn">Learning</h2>
<p class="publicado">Published 21 Dec 2023</p>
<h1>HTML & CSS foundations</h1>
<p>These languages are the backone of every <br>website, defining structure, content, and <br>presentation</p>
<div class="avatar-container">
<img class="avatar" src="imagen/image-avatar.webp" alt="avatar">
<h2>Greg Hooper</h2>
</div>
</div>
</body>
</html>