-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout us.html
116 lines (97 loc) · 3.23 KB
/
about us.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!doctype html>
<html>
<style>
a {
color:deeppink;
}
</style>
<style>
h1{
c\
olor:magenta;
}
</style>
<style>
p1 {
color:deeppink;
}
</style>
<style>
p2{
color:deepPink;
}
.me{
padding: 10px;
}
.bck{
background:white;
width: 100%;
/*margin:10px;*/
}
.me img{
width:100%
}
.ab-me{
position: absolute;
height: 100%
width:100%;
}
.gradient{
background :linear-gradient(Pink,lightPink,hotPink);
height:900px ! important;
}
</style>
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="web.css">
<title>About Us</title>
</head>
<body class = "gradient">
<section id="home">
<div class="container">
<div class="logo">
<h1>Fashion Girls</h1>
<h5>Where Every Girl Is A Fashionista</h5>
</div>
<div class="menu">
<ul class="meList">
<LI><a href="index .html">Home</a></LI>
<li><a href ="hobbies.html">Hobbies </a></li>
<!-- <ul>
<li ><a href ="#">ballet </a></li>
<li><a href ="#">sport </a></li>
</ul> -->
<li><a href ="normal.html">Dailywear </a></li>
<!-- <ul>
<li><a href ="#">formal</a></li>
<li><a href ="#">casual </a></li>
<DIV class="pic"><img align="left" class= "one"src="images.jpeg"></p></DIV>
</ul> -->
<li><A href = "cart.html">cart</A></li>
<Li><a href= "about us.html">About Us </a></Li>
<Li><a href= "mycurrentdesigns.html">New Collection </a></Li>
</ul>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-12 col-sm-8 offset-sm-2">
<div class="bck">
<div class="me">
<img src="my photo.JPG">
<div class="ab-me">
<p><h3>About Us </h3>
My name is Jiya. I am 13 years old. I have been learning coding since i was 9 years old.I know HTML, CSS, and Python.My ambition is study in MIT and in Paris.I want to become a Coder, Fashion designer and Entrepreneur.
</p>
<p><h3>Contact Us</h3>
My Email ID is [email protected]
</p>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>