-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmildliner.html
More file actions
97 lines (82 loc) · 2.94 KB
/
mildliner.html
File metadata and controls
97 lines (82 loc) · 2.94 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
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
<html>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<title>Mildliner Double-Sided Highlighters | The Write Shop</title>
<link rel="stylesheet" href="products.css">
<link href="favicon.ico" rel="icon" type="image/x-icon" />
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
</head>
<body>
<div id="freeshipping">
<p><span><a href="shipping.html">FREE STANDARD SHIPPING</a></span> on any $35 purchase</p>
</div>
<header>
<div class="container">
<center><img src="logo.png"></center>
</div>
</header>
<nav>
<div class="container">
<ul>
<li><a href="home.html">Home</a></li>
<div class="dropdown">
<button class="dropbtn">Catalog</button>
<div class="dropdown-content">
<ul>
<li><p>Pens</p></li>
<li><p>Brush Pens</p></li>
<li><p>Planners</p></li>
<li><p>Notebooks</p></li>
<li><p>Sticky Notes</p></li>
<li><p>Stickers</p></li>
<li><p>Book Marks</p></li>
<li><p>Washi Tape</p></li>
</ul>
</div>
</div>
<li><a href="about.html">About Us</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="FAQ.html">FAQ's</a></li>
</ul>
</div>
</nav>
<div class="container" style="margin-top:3%;">
<p><a href="home.html" class="back">Home</a> > 5 Zebra Mildliner Double-Sided Highlighters</p>
</div>
<br />
<section>
<div class="container">
<div id="pictures">
<img class="bigpic" src="mildliner.jpg" colspan="3"><br/>
<img class="smallpic" src="mildliner1.png">
<img class="smallpic" src="mildliner2.jpg">
<img class="smallpic" src="mildliner3.jpg">
</div>
<div id="product-info">
<p class="name">5 Zebra Mildliner Double-Sided Highlighters</p>
<p><span class="prices">$15.99</span> $11.99</p>
<p class="description">Newest innovation in highlighters from Zebra! If you're tired of over-bright traditional highlighters, you'll love the choice of five warm, cool, or pastel colors.</p>
<ul>
<li>Double-ended markers including a finer tip, so you can underline or highlight finer lines!</li>
<li>Warm contains smoke blue, magenta, gold, vermillion, and brown.</li>
<li>Cool contains green, dark blue, grey, violet, and red.</li>
<li>Pastel contains pink, orange, yellow, blue, and blue-green.</li>
</ul>
Select the Pack & Quantity:
<select>
<option value="warm">Warm</option>
<option value="cool">Cool</option>
<option value="pastel">Pastel</option>
</select>
<select>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
</select>
<br/><br/>
<a href="https://kawaiipenshop.com/"><button id="btn">ADD TO CART</button></a>
</div>
</div>
</section>