-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (46 loc) · 2.31 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<head>
<title>Fabricare</title>
<link rel="stylesheet" href="fabriccare.css">
</head>
<body>
<div id="topbar">
<t4>Fabric Care India</t4>
</div>
<div id="container">
<div id="header">
<img src="blue2.JPG"/>
<h2 class="heading">Simplicity is always a part of Real Beauty </h2>
</div>
<div id="content1">
<h4 class="heading1">Different types of cotton sarees </h4>
<p class="para1"> Sambalpuri Saree.<br>Tant Saree.<br>Kanjeevaram saree.<br>Khadi saree.<br>Chanderi saree.<br>Dhakai saree.<br>Chikankari saree.<br>Gadwal saree.</p>
</div>
<div id="content2">
<p class="para2">Life is not Perfect But your outfit can be Perfect</p>
</div>
<div id="content3">
<h4 class="heading3">We Care</h4>
<p class="para3">Yes,We care your organic fabric like silk sarees,cotton sarees and all organic fabrics</p>
</div>
<div id="content4">
<h4>Pure cotton saree</h4>
<p class="para4">The love Indian women have for Sarees is inexplicable.Cotton sarees can be regarded as the most comfortable type of Sarees made. They are comfortable, light.The Cotton printed sarees gives a pure comforting ease. Cotton Sarees are the most preferred sarees for Indian Women. You can exploit cotton sarees in your every day wear especially during the summer months. Cotton sarees are worn in holi, diwali, dussehra, lohri, baisakhi and all the other festivals of our country. Indian Cotton sarees can also be worn to the workplace, worn by teachers while going to schools/colleges, lady doctors and housewives in their daily wear.
The Indian subcontinent is the abode for the Cotton produce. The skill of weaving and dyeing of cotton was recognized in India some 5000 years ago. Every state has its own time-honored cotton weaving practice. Every state of India has its own aboriginal area of expertise in cotton fabric, each different in weaves, textures, motifs, printing techniques and colours.</p>
</div>
<div id="content5">
<img src="blue1.JPG"/>
</div>
<div id="footer">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Gallery</a></li>
<li><a href="#">Fully responsible</a></li>
<li><a href="#">Contact us</a></li>
</ul>
<p>©2020 | Designed by Ragu </p>
</div>
</div>
</body>
</html>