forked from LeMoutonElectrique/StageAlexy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.css
More file actions
50 lines (40 loc) · 625 Bytes
/
test.css
File metadata and controls
50 lines (40 loc) · 625 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
50
header{
height: 80px;
background-color: #D3D3D3;
}
button{
height: 80px;
width: 140px;
float: right;
cursor: pointer;
}
hr{
margin-left: 200px;
}
.conteneurinfosjeux{
height: 200px;
width: 1000px;
margin-left: 200px;
}
.conteneurinfosjeux hr{
margin-left: 50px;
}
.imagejeux{
float: left;
margin-left: 50px;
}
.conteneurinfosjeux .imagejeux{
cursor: none;
background-color: #BDB76B;
}
.conteneurinfosjeux .descriptionjeux{
height: 168px;
background-color: #D2B48C;
margin-left: 350px;
text-align: center;
vertical-align: middle;
cursor: vertical-text;
}
#bug:hover .imagejeux{
display: none;
}