-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (43 loc) · 1.47 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<DOCTYPE! html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="styles.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">
<style>
a:link {
color: black;
text-decoration: none;
}
a:hover {
color: hsl(47, 88%, 63%);
text-decoration: none;
}
</style>
</head>
<body>
<div class="container">
<img src="https://assets.codepen.io/11868974/illustration-article.svg" alt="image" />
<div class="one">
<p>
<div class="learning">
<div class="learning2">Learning </div>
<br>
<p class="p1">Published 21 Dec 2023 </p>
<br>
<h1><a href="https://www.google.com">HTML & CSS Foundations</a></h1>
<br>
<p class="p2">These languages are the backbone of every website, defining structure, content, and presentation. </p2>
<div class="footer">
<img class="icon" src="https://assets.codepen.io/11868974/image-avatar_1.webp" alt="icon" />
</img>
<p3 class="p3">Greg Hooper </p3>
</div>
</div>
</div>
</div>
</body>
</html>