forked from fikrcamp/HTML-Blog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (51 loc) · 2.02 KB
/
index.html
File metadata and controls
51 lines (51 loc) · 2.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<title>My Blog</title>
<link rel="stylesheet" href="index.css">
<link
href="//fonts.googleapis.com/css?family=Roboto:400,500,300"
rel="stylesheet"
type="te/css"
/>
<link rel="stylesheet" href="css/style.css" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<!-- Add your HTML here -->
<div id="header">
<div id="first-div">
<h1>INTERIOR DESIGN</h1>
<h2 >HOME SITER</h2>
<p>No matter what interior design advice you might need, there’s
a blog available to provide your answers. Read on to find your favorites: <a href="https://www.decorilla.com/online-decorating/25-best-interior-design-blogs/" id="must check">Must Check</a> </p>
</div>
</div>
<div id="article">
<div id="snd-div">
<h2>A SMALL LIFE</h2>
<img src="https://i.pinimg.com/564x/55/c2/c6/55c2c6cff88973eff3cefcb8a97c5684.jpg" alt="">
<P>If you’re looking to truly make the most out of your home – no matter the size, Melanie, the face behind A Small Life is here to help. Her goal is to help people save money by minimizing stuff to maximize life.</P>
</div>
</div>
<div id="sndarticle">
<div id="third-div">
<h2>A Gorgeous Furniture</h2>
<img src="https://i.pinimg.com/474x/b5/91/ed/b591ed436a2ce26c16e9a8c5006d17fc.jpg" alt="">
<P>Gorgeous is a contemporary home furniture store headquartered Johannesburg, creating beautiful homes in their new country,
the goal of Gorgeous is to enable everyone to create the home they envision without breaking the bank</P>
</div>
</div>
<div>
<footer>
<p>MAIN LINK</p>
<p><a href="https://cassandralavalle.com">Cassandra LaValle</a></p>
</footer>
</div>
</body>
</html>