-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
70 lines (62 loc) · 1011 Bytes
/
style.css
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
#nomPays {
background-color: aquamarine;
width: 20px;
height: 10px;
text-align: center;
display: inline-block;
margin-bottom: 63px;
vertical-align: top;
}
#CardList {
display: flex;
flex-wrap: wrap;
height: 500px;
}
.Card {
width: 25%;
margin: 2px;
height: 100%;
background-color: bisque;
text-align: center;
border: solid 2px red;
display: flex;
flex-direction: column;
justify-content: center;
}
img {
width: 100px;
height: auto;
}
header {
text-align: center;
}
.game {
display: flex;
background-color: brown;
width: 90dvw;
height: 90dvh;
margin: 0 auto;
color: white;
font-size: larger;
flex-direction: column;
text-align: center;
}
.game .theImageToGuess {
margin: 0 auto;
}
.panel {
margin-top: 63px;
display: flex;
justify-content: center;
flex-direction: column;
}
.panel input, .panel button {
width: 50%;
margin: 0 auto;
}
.greenText {
color: green;
}
.redText {
color: red;
}/*# sourceMappingURL=style.css.map */