-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsoccer.html
63 lines (44 loc) · 1.7 KB
/
soccer.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
<!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">
<title>SOCCER GAMES</title>
</head>
<body>
<link rel="stylesheet" href="soccer.css">
<script src="soccer.js"></script>
<div id="Starter">BEST COLLECTION OF SOCCER GAMES </div>
<button id="home" onclick="logoutofsoccerpage()">HOME</button>
<BUTTON ID="logout" onclick="logout()">LOG OUT</BUTTON>
<div class="container">
<div id="soccer1">
<a href="https://play.famobi.com/euro-soccer-sprint" target="_blank">
<img src="https://img.cdn.famobi.com/portal/html5games/images/tmp/EuroSoccerSprintTeaser.jpg?v=0.2-e86af1e2" border=0 height=350 width=320 center=align >
<p id="soc1">EURO SOCCER SPRINT</p>
</a>
</diV>
<DIV id="soccer2">
<a href="https://play.famobi.com/penalty-shooters-2" target="_blank">
<img src="https://img.cdn.famobi.com/portal/html5games/images/tmp/PenaltyShooters2Teaser.jpg?v=0.2-e86af1e2" border=0 height=350 width=320 center=align>
<p id="soc2">PENALTY SHOOTERS-2</p>
</a>
</DIV>
<div id="soccer3">
<a href="https://play.famobi.com/euro-keeper-2016" TARGET="_blank" >
<img src="https://img.cdn.famobi.com/portal/html5games/images/tmp/EuroKeeper2016Teaser.jpg?v=0.2-e86af1e2" border=0 height=350 width=320 center=align>
<p id="soc3">EUROKEEPER</p>
</a>
</div>
</div>
<style>
body{
background-image: url("https://tse1.mm.bing.net/th?id=OIP.FvgDmNjQLtQ2vhvRY7t0dAHaEK&pid=Api&P=0&w=324&h=183");
background-position: RELATIVE;
background-size: COVER;
background-blend-mode: overlay;
}
</style>
</body>
</html>