-
Notifications
You must be signed in to change notification settings - Fork 0
/
wolf1.html
61 lines (58 loc) · 2.13 KB
/
wolf1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css" type="text/css">
<title>Wolf Keyboards</title>
</head>
<body>
<nav class="nav">
<a href="#">
<div class="logo">
<img src="img/logo.jpg">
</div>
</a>
</div>
<div class="nav1">
<ul>
<li class="li_nav"><a href="index.html">Home</a></li>
<li class="li_nav"><a href="index.html#aboutus">About us</a></li>
<li class="li_nav"><a href="index.html#store">Store</a></li>
<li class="li_nav"><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<div class="product full_height">
<figure class="product_item">
<img src="img/WolfBlackEdition.png" alt="">
<figcaption>Wolf pro 60% Mechanical Keyboard</figcaption>
</figure>
<div class="product_info">
<p>Wolf Pro 60 is the best 60% Keyboard for PC, XBOX and PS4 Gamers! Easily plug into any system (laptops
included) with the included high speed usb cable.</p>
<p>Our 60% Mechanical Keyboard comes with the highly rated Gateron Mechanical Switches (Lives exceed
100
million presses) , a braided black usb-c keyboard cable, a sleek black keyboard shell, and BRIGHT fully
customizable RGB lightighting!</p>
<p>The Wolf Pro 60% Mechanical keyboard is trusted by many of your favorite pro players, Youtubers, Twitch
Streamers and other content creators around the world, which is why it becoming one of the most popular
60%
mechanical keyboards on the market.</p>
<div class="product_type">
<select name="switches" id="switches">
<option value="Blue">Gateron Blue</option>
<option value="Red">Gateron Red</option>
<option value="Brown">Gateron Brown</option>
</select>
<p class="product_price">60$</p>
</div>
<a class="btn" href="#">Add to cart</a>
<a class="btn btn_yellow" href="#">Buy now</a>
</div>
</div>
<footer>
<p>Copyright - Nebojsa Strbac</p>
</footer>
</body>
</html>