-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpfc.css
More file actions
49 lines (41 loc) · 810 Bytes
/
Copy pathpfc.css
File metadata and controls
49 lines (41 loc) · 810 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
46
47
48
49
#fenetreJeu {
display: flex;
/*justify-content: space-around;*/
width: 1050px;
height: 700px;
margin: auto;
margin-top: 100px;
border: solid 1px;
background-color: #8FCBC1;
box-sizing: border-box;
}
#canvas1 {
width: 50px;
}
#canvas2 {
width: 50px;
}
#IA {
align-self: baseline;
display: flex;
justify-content: space-around;
width: 950px;
height: 350px;
box-sizing: border-box;
}
#utilisateur {
align-self: flex-end;
display: flex;
justify-content: space-around;
width: 950px;
height: 350px;
box-sizing: border-box;
}
.img {
display: block;
margin-top: 75px;
width: 100px;
height: 168px;
transition: width 0.5s, height 0.5s;
}
/* (150,217) */