-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (36 loc) · 1.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sayani Fashion</title>
<link rel="stylesheet" type="text/css" href="sayani_fashion.css">
<link href="https://fonts.googleapis.com/css2?family=Lobster&display=swap" rel="stylesheet">
</head>
<body>
<div id="gradient">
<h1>FASHION GIRL</h1>
<div class="inputAlign">
<input class="color1" type="color" name="color1" value="#FFDE00">
<input class="color2" type="color" name="color2" value="#ffffff">
</div>
<div class="buttonAlign">
<button class="button">Change Colour</button>
</div>
<h2>We are being with you</h2>
</div>
<nav class="green zone">
<ul class="main-nav">
<li><a href="">About us</a></li>
<li><a href="">Our Team</a></li>
<li class="push"><a href="">Contact us</a></li>
</ul>
</nav>
<div class="container zone"><img class="cover" src="freestocks-_3Q3tsJ01nc-unsplash.jpg" alt="fashion image">
<button class="btn">Shop Now</button>
</div>
<div class="blue zone grid-wrapper"></div>
<script src="script.js"></script>
<footer class="yellow zone">Help Center : 091-2258656</footer>
</body>
</html>