-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpc.html
129 lines (119 loc) · 4.81 KB
/
pc.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
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
129
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>pc</title>
<style>
body
{
background-color:#f0bd33;
text-align: center;
}
.title-text
{
font-size: 45px;
}
#service{
width: 100%;
padding: 70px 0;
background: #161616;;
}
.service-box{
width: 80%;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin: auto;
background: #161616;;
}
.single-service{
flex-basis: 48%;
text-align: center;
border-radius: 7px;
margin-bottom: 20px;
background: #161616;;
}
.title-text a
{
background-color: #161616;
border: none;
color: #ffffff;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
border-radius: 12px;
}
.single-service p
{
color: whitesmoke;
font-size: 17px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.single-service h4
{
font-size: 24px;
text-decoration: none;
padding-left: 10px;
padding-right: 10px;
}
.single-service img{
width: 100%;
border-radius: 7px;
}
footer
{
color: #ffffff;
background-color: #f0bd33;
text-align: center;
}
</style>
</head>
<body>
<section id="title">
<div class="title-text">
<h1>pc games</h1>
<a href="gamming website.html"><Strong>Home</Strong></a>
</div>
</section>
<br>
<section id="service">
<div class="service-box">
<div class="single-service">
<img src="https://www.reference-gaming.com/assets/media/product/22287/outlast-trinity-xbox-one-58d3a046ab4da.jpg?format=product-cover-large&k=1490264134">
<h4 class="u-product-control u-text u-text-3">
<p><strong>outlast</strong><br>Outlast is a first-person survival horror video game developed and published by Red Barrels. The game revolves around a freelance investigative journalist, Miles Upshur, who decides to investigate a remote psychiatric hospital named Mount Massive Asylum, located deep in the mountains of Lake County, Colorado.<br> the second title of the franshize a journalist named Blake Langermann, along with his wife Lynn, roaming the Arizona desert to explore the murder of a pregnant woman only known as Jane Doe.[1] Blake and Lynn get separated in a helicopter crash, and Blake has to find his wife while traveling through a village inhabited by a deranged sect that believes the end of days are upon them.</p>
</h4>
</div>
<div class="single-service">
<img src="https://i2.wp.com/www.techdigest.tv/wp-content/uploads/2020/09/league-of-legends.jpg?ssl=1">
<h4 class="u-product-control u-text u-text-3">
<p><strong>League of Legends</strong><br>League of Legends is a staple moba game and one of the most popular to this day, where two teams of five powerful champions face off to destroy the other's base, varying from over 140 champions your objective is to take down enimy towers as you battle your way to victory.</p>
</h4>
</div>
<div class="single-service">
<img src="https://images.pushsquare.com/465e76aa7dfba/splinter-cell-ghost-recon-wildlands-ps4-playstation-4.original.jpg">
<h4 class="u-product-control u-text u-text-3">
<p><strong>splinter cell</strong><br>Stealth-mission expert Sam Fisher searches for two US agents in Georgia and soon uncovers a plot involving a nuclear device. Sam Fisher is an elite Black-Ops agent called the Splinter Cell. When two government operatives undercover in Georgia go missing, Sam is sent in by the Third Echelon to investigate.</p>
</h4>
</div>
<div class="single-service">
<img src="https://wallpaperaccess.com/full/147194.jpg">
<h4 class="u-product-control u-text u-text-3">
<p><strong>Counter-Strike: Global Offensive</strong><br> Counter-Strike: Global Offensive or CS:GO for short expands upon the team-based first person shooter gameplay the original Counter-Strike pioneered when it launched in 1999. Two teams compete in multiple rounds of objective-based game modes with the goal of winning enough rounds to win the match.</p>
</h4>
</div>
</div>
</div>
</section>
<footer>
<p>
Gmail: lengtmp+n6us9@gmail.com <br>
Number: +358 1234567890 <br>
Youtube Channel : Phantom_Refresher
</p>
</footer>
</body>
</html>