-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadulthoodgames.html
39 lines (29 loc) · 1.1 KB
/
adulthoodgames.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
<!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="style.css">
<title>Adulthood games</title>
</head>
<!-- my body -->
<body class="BackgroundAdulthood">
<div id="nav">
<a href=aboutme.html>About Me</a>
<a href=childhoodgames.html>My childhood games</a>
<a href=contactme.html>How to contact me</a>
</div>
<h1>Games I enjoy playing now</h1>
<div id="adulthoodgames">
<a id="Fifaimage" href="https://www.ea.com/en-gb/games/fifa/fifa-22/buy"><img src="Fifa.jpg"></img></a>
<a id="CODimage" href="https://www.callofduty.com/uk/en/warzone/download"><img src="Callofduty.jpg"></img></a>
<a id="GTAimage" href="https://www.rockstargames.com/gta-v"><img src="Gta.jpg"></img></a>
</div>
<div id="bottom-nav">
<a href=aboutme.html>About Me</a>
<a href=childhoodgames.html>My childhood games</a>
<a href=contactme.html>How to contact me</a>
</div>
</body>
</html>