-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (63 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<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="styles1.css" />
<title>Document</title>
</head>
<body>
<div class="topnav">
<a class="active" href="#home" style="color:rgb(191, 191, 240);">Home</a>
<a href="2page.html" target="_blank" style="color:rgb(180, 180, 243);">Custom PC</a>
<a href="3page.html" target="_blank" style="color:rgb(180, 180, 243);">Prebuild PC</a>
</div>
<div class="row1">
<div class="column1">
<br>
<h1 style="color:rgb(173, 138, 196);font-family:verdana;" >Building Your Dream PC</h1>
<h4 style="color:rgb(220, 192, 231);font-family:Arial, Helvetica, sans-serif;font-weight: 100; ">
Building your own PC is a rewarding experience. With our new approach,<br>
we'll help you to be sure that the compatibility of your selected PC
parts is just right.
</h4>
</div class="column1">
<img src="packman.gif" alt="Computer man" style="align-items:right;float:right" >
</div>
</div>
<div class="row">
<div class="column" style="color:rgb(180, 180, 243);">
<img
src="2020-hero-image-1-mobile.jpg"
alt="Snow"
style="width: 70%"
/>
<p>Gaming</p>
</div>
<div class="column " style="color:rgb(180, 180, 243);">
<img
src="2020-hero-image-1-mobile.jpg"
alt="Forest"
style="width: 70%"
/>
<p>Basic work</p>
</div>
<div class="column" style="color:rgb(180, 180, 243);">
<img
src="2020-hero-image-1-mobile.jpg"
alt="Mountains"
style="width: 70%"
/>
<p>workstation</p>
</div>
</div>
<div class="gifedit">
<a href="https://rog.asus.com/in/laptops/rog-strix-series?FilterLevelTagId=1080&tagID=429&items=&inStock=">
<img src="3.gif" alt="Computer man" >
</a>
</div>
<div>
</div>
</body>
</html>