-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
36 lines (27 loc) · 1.5 KB
/
about.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
<html>
<head>
<title>About Luminelle</title>
<link rel="icon" href="okok..png">
</head>
<body bgcolor="#D8BFD8" style="color:aliceblue;font-family:verdana">
<table border="0" width="1300" height ="100" align ="center" bgcolor="#D8BFD8">
<tr>
<td>
<center>
<p style="width:250;border: 5px;background-color:#50404d;color:rgb(255, 255, 255);font-family:verdana" ><big><big><b>About Luminelle</b></big></big></p>
</center>
</td>
</tr>
</table>
<hr>
<table border="0" width="1300" height ="500" align ="center" bgcolor="#50404d">
<tr>
<td rowspan="2" width="100" height="500"></td>
<td width="500" height="500" ><p style="font-family:verdana;color:rgb(255, 255, 255)"><big><big><i>Why Shop Luminelle?</i></big></big></br>
</br>
<b>Elevate your wardrobe with Luminelle, where minimalist design meets aesthetic appeal. Our shirts are crafted for those who appreciate the beauty of simplicity and the power of versatility. Each piece is thoughtfully designed to offer effortless style, allowing you to express your individuality without the clutter.</b></p></td>
<td align="center" width="700" height="500"><img src="shirt.jpg" width="400" height="400" ></td>
</tr>
</table>
</body>
</html>