-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (31 loc) · 1.22 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
<!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="style.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">
</head>
<body>
<div class="main">
<div class="left">
<picture>
<img src="pix.jpg" alt="photo" />
</picture>
</div>
<div class="right">
<h2><i>Shift the overall look and feel by adding this wonderful touches to in your home</i></h2>
<p style="font-size:bold; text-align:center;">Ever been in a room and felt like something was missing? Perhaps it felt slightly bare and uninviting. I’ve got some simple tips to help you make any room feel complete.</p>
<div class="last">
<img src="tommyboss.jpg" alt="">
<div class="name">
<h4>TommyBoss</h4>
<h5>25 MAY 2024</h5>
</div>
<i class="ri-share-forward-fill"></i>
</div>
</div>
</div>
</body>
</html>