-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbundle.css
More file actions
35 lines (31 loc) · 720 Bytes
/
bundle.css
File metadata and controls
35 lines (31 loc) · 720 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
._Game_module__container {
display: flex;
flex-direction: column;
align-items: center;
font-family: "Courier New", Courier, monospace;
background-color: #000000;
color: #ffffff;
padding: 40px;
}
._Game_module__choices {
display: flex;
justify-content: center;
margin: 40px 0;
}
._Game_module__button {
font-size: 48px;
background-color: #333333;
color: #ffffff;
border: 4px solid #ffffff;
border-radius: 8px;
padding: 20px 40px;
margin: 0 20px;
cursor: pointer;
transition: all 0.2s ease-in-out;
}
._Game_module__results {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 40px;
}