-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.css
More file actions
45 lines (39 loc) · 676 Bytes
/
Copy pathmain.css
File metadata and controls
45 lines (39 loc) · 676 Bytes
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
img {
display: block;
margin: 0 auto;
}
header {
margin-left: 500px;
font-size: 50px;
font-style: oblique;
font-family: Courier New;
}
body {
height: 2000;
width: 1200;
background-color: #003d80;
position: relative;
}
canvas {
position: absolute;
left: 0;
right: 0;
top: 0;
margin: auto;
border: 8px solid white;
border-radius: 4px;
}
#controls {
text-align: center;
font-size: 30px;
font-family: Courier New;
font-style: oblique;
}
#canvas {
background: url(images/lightning.gif), url(images/background.png);
z-index: 0;
}
#canvas2 {
z-index: 1;
pointer-events: none;
}