forked from Maher-Reven/puzzelGame
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
50 lines (45 loc) · 808 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
#div1 {
width: 600px;
height: 600px;
/* border: 1px solid #aaaaaa; */
float: left;
}
.dopable {
box-sizing: border-box;
border: 2px solid;
position: absolute;
}
.draggable {
/* position: absolute; */
background-image: url("https://www.jotform.com/resources/assets/icon/min/jotform-icon-dark-400x400.png");
position: absolute;
}
#new {
position: absolute;
bottom: 10px;
}
#winner {
width: 20vw;
height: 20px;
border-radius: 5px;
background-color: black;
color: white;
bottom: 10px;
left: 100px;
position: absolute;
}
.container {
top: 30px;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
padding: 5rem;
position: absolute;
}
.heading {
color: black;
font-size: 5rem;
font-weight: 300;
text-transform: uppercase;
}