-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (55 loc) · 2.15 KB
/
index.html
File metadata and controls
58 lines (55 loc) · 2.15 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Animation</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="container">
<div class="box">
<div class="imgbx">
<img src="img\girl-2363819__340.jpg" alt="">
</div>
<div class="contentbox">
<div>
<h1>Fashion</h1>
<p>Fashion is a popular aesthetic expression at a particular time,
place and in a specific context, especially in clothing,
footwear, lifestyle, accessories, makeup, hairstyle, and body proportions.
</p>
</div>
</div>
</div>
<div class="box">
<div class="imgbx">
<img src="img\woman-695448_960_720.jpg" alt="">
</div>
<div class="contentbox">
<div>
<h1>Modelling</h1>
<p>A model is a person with a role either to promote, display or advertise commercial
product (business) productsfashion clothing in fashion shows, or to serve as a
visual aid for people who are creating works of art or to pose for photography.
</p>
</div>
</div>
</div>
<div class="box">
<div class="imgbx">
<img src="img\people-2564027__340.jpg" alt="">
</div>
<div class="contentbox">
<div>
<h1>Life Style</h1>
<p>Lifestyle is the interests, opinions, behaviours, and behavioural orientations
of an individual, group, or culture. lifestyle is a means of forging a sense of
self and to create cultural symbols that resonate with personal identity.
</p>
</div>
</div>
</div>
</div>
</body>
</html>