-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path3 Wardrobe Styling.html
84 lines (72 loc) · 1.46 KB
/
3 Wardrobe Styling.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
li {
margin-left: 30px;
}
h3 {
font-size: 12px;
}
.content {
display: flex;
flex-direction: row;
justify-content: space-between;
font-weight: bold;
}
.content2 {
display: flex;
flex-direction: row;
}
.sub {
padding-right: 25px;
}
</style>
</head>
<body>
<hr>
<div class="content">
<div>BRIANA J. HUNTER</div>
<div class="content2">
<div class="sub">
FASHION →
</div>
</div>
</div>
<hr>
<img src="https://i.ibb.co/2SrpGsh/Hangers.png" alt="Hangers" border="0" align="left">
<h2> Wardrobe Stylist</h2>
<p> - Personal Styling Services provided by <!--hyperlink w styling lookbook--><i>Briana J. Hunter</i></p>
<hr><br>
<li style="font-weight: bold;">Editorial Shoots</li>
<ul>
<li>Personal Shoots</li>
<li>Print Media</li>
<li>Digital Media</li>
<li>Lookbooks</li>
</ul>
<br>
<li style="font-weight: bold;">Personal Shopping</li>
<ul>
<li>Seasonal</li>
<li>Birthdays</li>
<li>Weddings</li>
<li>Special Events</li>
<li>Makeovers</li>
</ul>
<li style="font-weight: bold;">Special Events</li>
<ul>
<li>Formal Events</li>
<li>Corporate Events</li>
</ul>
<li style="font-weight: bold;">Wardrobe Enhancements</li>
<ul>
<li>Closet Customization</li>
<li>Wardrobe Organization</li>
<li>Wardrobe Makeover</li>
</ul>
</center>
</body>
</html>