-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 969 Bytes
/
index.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
<!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="styles.css" />
</head>
<body>
<div class="container">
<div class="card">
<div class="image">
<img src="illustration-article.svg" alt="illustration" />
</div>
<div class="text">
<span class="learning">Learning</span>
</div>
<p class="sexyp1">Published 21 Dec 2023</p>
<a href="#" class="sexyh1">HTML & CSS foundations</a>
<p class="sexyp2">
These languages are the backbone of every website, defining structure,
content, and presentation.
</p>
<div class="dude">
<img src="image-avatar.webp" alt="greg" />
<h3>Greg Hooper</h3>
</div>
</div>
</div>
</body>
</html>