-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
30 lines (29 loc) · 1.55 KB
/
aboutus.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Portfolio</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 style="text-align: center;">About Us</h2>
<p style="text-align: left; width: 80%; margin: 20px auto;line-height: 2;">
At Vivid Designs, we specialize in creating tailored interior spaces that are not only functional but also inspiring. Our team of experienced designers is dedicated to bringing your vision to life, whether you're looking to refresh a single room or embark on a complete home transformation. We work closely with our clients to understand their unique style and needs, ensuring that each project reflects their personality and lifestyle. From traditional to modern, our designs blend aesthetics with practicality, creating beautiful and livable spaces that are perfect for every home or business.
</p>
</article>
</div>
</body>
</html>