-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 920 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
<html>
<head>
<title>Welcome to interior Decoration - Adio Usman </title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="banner">
<div class="navbar">
<img src="logo.png" class="logo">
<ul>
<li><a href="#"> Home </a>
<li><a href="#"> Bedroom </a>
<li><a href="#"> Dinning </a>
<li><a href="#"> Kitchen </a>
<li><a href="#"> Backyard </a>
</ul>
</div>
<div class="content">
<h1>DESIGN YOUR HOME</h1>
<P>You are just one step away from having your home designed perfectly</P>
<div>
<button type="button"><span></span>Book A Session</button>
<button type="button"><span></span>Explore</button>
</div>
</div>
</div>
</body>
</html>