-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
39 lines (35 loc) · 1.77 KB
/
home.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Vivid Spaces</title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="wrapper">
<header style="background-image: url('images/pexels-artempodrez-7232913.jpg'); background-size: cover; color: rgb(0, 0, 0);">
<h1>Vivid Spaces</h1>
<nav>
<a href="home.html">Home</a>
<a href="portfolio.html">Portfolio</a>
<a href="aboutus.html">About Us</a>
<a href="services.html">Services</a>
<a href="contact.html">Contact</a>
</nav>
</header>
<article id="mainarticle">
<h2>Transform Your Space</h2>
<div>
<div class="centered-image">
<img src="images/pexels-fotoaibe-1669799.jpg" alt="Centered Image">
</div>
<div class="text-below-image">
<p>Vivid Spaces is a cutting-edge interior design company dedicated to transforming spaces into extraordinary experiences. With a passion for blending functionality and aesthetics, Vivid Spaces specializes in creating customized designs that reflect the unique personality and vision of each client. From modern minimalism to timeless elegance, the team’s innovative approach ensures every detail is thoughtfully crafted, whether for a cozy home, a vibrant office, or a luxurious retail space. Guided by the principles of sustainability and innovation, Vivid Spaces utilizes high-quality materials and the latest design trends to deliver spaces that inspire and captivate.
</p>
</div>
</div>
</article>
</div>
</body>
</html>