-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (44 loc) · 2.24 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Buy a controller </title>
</head>
<body>
<div class="container">
<div class="navbar">
<img src="http://logos-download.com/wp-content/uploads/2016/06/Playstation_logo_logotype_emblem_colour.png" alt="logo" height="45px" class="logo">
<nav>
<ul id="menulist">
<li> <a href="#"> Game Controllers </a> </li>
<li><a href="#"> VR Accessories </a></li>
<li> <a href="#">Media Remotes</a></li>
<li><a href="#">Game Controllers</a></li>
</ul>
</nav>
<img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fupload.wikimedia.org%2Fwikipedia%2Fcommons%2Fthumb%2Fb%2Fb2%2FHamburger_icon.svg%2F1200px-Hamburger_icon.svg.png&f=1&nofb=1" alt="menu" height="45px" class="menu-icon" onclick="togglemenu()">
</div>
<div class="row">
<div class="col-1">
<h2>PS5 V2 <br>Dualshock 5</h2>
<h3>Wireless Controller for Playstation 5</h3>
<p>(compatible/generic)</p>
<h4>$32.50</h4>
<button type="button">Buy Now <img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fwww.downloadclipart.net%2Flarge%2F23975-black-arrow-design.png&f=1&nofb=1" alt="arrow"></button>
</div>
<div class="col-2">
<img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fmediaboxent.com%2Fwp-content%2Fuploads%2F2020%2F11%2Fdualsense-1024x1024.png&f=1&nofb=1" alt="controller" class="controller">
<div class="color-box"></div>
<div class="add-btn">
<img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fwebstockreview.net%2Fimages%2Fshopping-cart-icon-png-11.png&f=1&nofb=1" alt="add" height="45px">
<p><small>Add To Cart</small></p>
</div>
</div>
</div>
<h1>Made by Ruan</h1> <a href="https://www.instagram.com/isruav/" target="_blank">Instagram</a>
<script type="text/javascript" src="script.js"></script>
</body>
</html>