-
Notifications
You must be signed in to change notification settings - Fork 0
/
Maybelline.php
128 lines (125 loc) · 4.22 KB
/
Maybelline.php
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
117
118
119
120
121
122
123
124
125
126
127
128
<?php include('server.php')?>
<html>
<head>
<link rel="stylesheet" type="text/css" href="eyeliner.css">
</head>
<body>
<h4 style="color: ghostwhite;alignment: center;text-align: center;font-size: 40px;font-family: 'Agency FB'">M A Y B E L L I N E New York</h4>
<div class="column side">
<h2 style="color: #212121">Side</h2>
<p style="color: #212121">Lorem ipsum dolor sit amet, consectetur adipiscing elit..</p>
</div>
<div class="column middle">
<form method="post" action="Maybelline.php">
<figure class="snip1268">
<div class="image">
<img src="photos/brands/Maybelline/maybelline_eyes77.jpg" alt="sq-sample4"/>
<button type="submit" class="add-to-cart" name="18">Add to Cart</button>
</div>
<figcaption>
<h2>M A Y B E L L I N E</h2>
<p>eyes77 </p>
<div class="price">$20.00 </div>
</figcaption>
</figure>
</form>
<form method="post" action="Maybelline.php">
<figure class="snip1268">
<div class="image">
<img src="photos/brands/Maybelline/Maybelline_85.jpg" alt="sq-sample4"/>
<button type="submit" class="add-to-cart" name="10">Add to Cart</button>
</div>
<figcaption>
<h2>M A Y B E L L I N E</h2>
<p>85 </p>
<div class="price">$21.00 </div>
</figcaption>
</figure>
</form>
<form method="post" action="Maybelline.php">
<figure class="snip1268">
<div class="image">
<img src="photos/brands/Maybelline/Maybelline_108.jpeg" alt="sq-sample4"/>
<button type="submit" class="add-to-cart" name="33">Add to Cart</button>
</div>
<figcaption>
<h2>M A Y B E L L I N E</h2>
<p>108 </p>
<div class="price">$6.50 </div>
</figcaption>
</figure>
</form>
</div>
<div class="column side">
<h2 style="color: #212121">Side</h2>
<p style="color: #212121">Lorem ipsum dolor sit amet, consectetur adipiscing elit..</p>
</div>
<div class="column middle">
<form method="post" action="Maybelline.php">
<figure class="snip1268">
<div class="image">
<img src="photos/brands/Maybelline/Maybelline_brushNNN.jpg" alt="sq-sample4"/>
<button type="submit" class="add-to-cart" name="53">Add to Cart</button>
</div>
<figcaption>
<h2>M A Y B E L L I N E</h2>
<p>brushNNN </p>
<div class="price">$65.00 </div>
</figcaption>
</figure>
</form>
<form method="post" action="Maybelline.php">
<figure class="snip1268">
<div class="image">
<img src="photos/brands/Maybelline/Maybelline_LipsF9F.jpg" alt="sq-sample4"/>
<button type="submit" class="add-to-cart" name="43">Add to Cart</button>
</div>
<figcaption>
<h2>M A Y B E L L I N E</h2>
<p>LipsF9F </p>
<div class="price">$29.00 </div>
</figcaption>
</figure>
</form>
<form method="post" action="Maybelline.php">
<figure class="snip1268">
<div class="image">
<img src="photos/brands/Maybelline/Maybelline_remoPOPO.png" alt="sq-sample4"/>
<button type="submit" class="add-to-cart" name="63">Add to Cart</button>
</div>
<figcaption>
<h2>M A Y B E L L I N E</h2>
<p>remoPOPO </p>
<div class="price">$4.50 </div>
</figcaption>
</figure>
</form>
</div>
<div class="column side">
<h2 style="color: #212121">Side</h2>
<p style="color: #212121">Lorem ipsum dolor sit amet, consectetur adipiscing elit..</p>
</div>
<div class="column middle">
<form method="post" action="Maybelline.php">
<figure class="snip1268">
<div class="image">
<img src="photos/brands/Maybelline/Maybelline_natural.jpeg" alt="sq-sample4"/>
<button type="submit" class="add-to-cart" name="30">Add to Cart</button>
</div>
<figcaption>
<h2>M A Y B E L L I N E</h2>
<p>natural </p>
<div class="price">$34.00 </div>
</figcaption>
</figure>
</form>
</div>
<script>
$(".hover").mouseleave(
function () {
$(this).removeClass("hover");
}
);
</script>
</body>
<