-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog_preview.html
More file actions
37 lines (25 loc) · 906 Bytes
/
blog_preview.html
File metadata and controls
37 lines (25 loc) · 906 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
31
32
33
34
35
36
37
<!DOCTYPE html>
</head>
<title> The Blog</title>
<link rel="stylesheet" href="blog_preview.css">
</head>
<html>
<body>
<div class="main_body">
<div class="blog_container">
<div class="blog_form">
<img src="illustration-article.svg" alt="image" class="image1">
<h4 class="learning_text">Learning</h4><br>
<p class="publ_date">Published 21 Dec 2024</p><br>
<h2 class="html_text">HTML & CSS foundation</h2><br>
<p class="para_text"> These languages are the backbone of every<br>
website defining structure content, and <br>presentation.</p><br>
<div class="greg_container">
<img src="image-avatar.webp" alt="image" class="image2" height="33rem" width="12%" >
<h5 class="name_text">Greg Hooper</h5>
</div>
</div>
</div>
</div>
</body>
</html>