forked from Luxato/Final-team-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhra_michal.css
63 lines (56 loc) · 1.08 KB
/
hra_michal.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
#hra {
position: absolute;
border: 1px solid black;
display: block;
background-color: white;
width: 500px;
height: 500px;
}
#time, #points {
display: inline-block;
}
#score {
position: absolute;
left: 515px;
border-top: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
background-color: white;
width: 120px;
height: 60px;
padding: 10px;
}
#results {
position: absolute;
left: 515px;
margin-top: 100px;
border-top: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
background-color: white;
width: 120px;
height: 260px;
padding: 10px;
}
#trash {
position: absolute;
background: url('img/hra_michal_img1.png');
background-size: 100%;
width: 50px;
height: 50px;
}
#button {
position: absolute;
left:210px;
top:230px;
}
.trash-item {
background: url('img/hra_michal_img2.png');
background-size: 100%;
width: 40px;
height: 32px;
position: absolute;
}
.trash-item:hover {
cursor:move;
}