-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
57 lines (51 loc) · 1.14 KB
/
Copy pathstyle.css
File metadata and controls
57 lines (51 loc) · 1.14 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
body {
height: 100vh;
width: 100vw;
background-image: url('https://science.nasa.gov/wp-content/uploads/2023/07/stsci-01h44ay5ztcv1npb227b2p650j-temp-medium.jpg?w=2048&format=webp');
/* background-image: url('https://apod.nasa.gov/apod/image/1507/sombrero_hubble_11472.jpg'); */
background-size: cover;
background-position: center;
overflow: hidden;
}
main {
display:flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
.user-interface {
display:flex;
justify-content: center;
flex-direction: row;
width: 800px;
font-family: Courier New;
font-size: 18px;
color: white;
/* -webkit-text-stroke-width: 0.01px;
-webkit-text-stroke-color: black; */
}
.shooting {
cursor: crosshair;
}
#game-window {
height: 600px;
width: 800px;
margin-top: 100px;
}
button {
height:40px;
width: 150px;
margin: 15px;
font-family: Courier New;
font-size: 20px;
font-weight: bold;
}
select {
height:40px;
width: 150px;
margin: 15px;
font-family: Courier New;
font-size: 20px;
font-weight: bold;
}