-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGames.html
More file actions
97 lines (71 loc) · 1.24 KB
/
Games.html
File metadata and controls
97 lines (71 loc) · 1.24 KB
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
<html>
<titlePractice Page></title>
<head>
<link rel="stylesheet" type="text/css" href="styleGame.css">
<link href="css/bootstrap.css" rel="stylesheet">
<style type= "text/css">
canvas{border: 1px solid black;}
.shell{
top: 2%;
argin-left: 25%;
argin-right: 25%;
position: absolute;
height: 20%;
width: 100%;
border: ;
background-color: ;
border: ;
font-size:2.5em ;
color: white;
font-weight: bold;
padding:;
}
.AP{
color:white;
margin:2% 21% 2% 25%;
float:right;
font-size:3em;
position:relative;
height: 25%;
width: 50%;
}
#c1{
position: absolute;
height: 700px;
top: 350;
left: 15%;
width: 275;
border: solid tan;
}
#c3{
position: absolute;
height: 700px;
top: 350;
right: 15%;
width: 275;
border: solid grey;
border-width: 5px;
}
.BP{
color:white;
margin: ;
font-size: 24px;
}
</style>
<script src="js/reflectAnimation53.js"></script>
<canvas width="1400" height="1400" id="canvas"> </canvas>
<div class="row coll-4-sm shell">
<p class="AP">GAMES</div>
</div>
<div id="li">
</div>
</head>
<body>
</head>
<body>
<div id="c1">
<p class="BP"><a href="gamesFlip.html">Click here to play the latest game.</a></p>
</div>
<div id="c3"><p class="BP"><a href="riddlesTeam.html">Click here to play the latest game.</a></p></div>
</body>
</html>