-
Notifications
You must be signed in to change notification settings - Fork 0
/
myStyle.css
executable file
·82 lines (82 loc) · 1.48 KB
/
myStyle.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
71
72
73
74
75
76
77
78
79
80
81
82
#cerceve {
width: 500px;
height: 500px;
position: relative;
background: #F5F5F5;
}
#puanSeviye {
min-width: 200px;
height: 500px;
position: relative;
background: #DDEEFF;
table-layout: fixed;
font-family: "Arial Black", Gadget, sans-serif;
color: darkcyan;
}
#puanSeviye2 div{
margin-left: 15px;
padding : 0px 0px 0px 0px;
}
#skorlar{
min-width: 350px;
height: 500px;
position: relative;
background: #0DA0AF;
table-layout: fixed;
font-family: "Arial Black", Gadget, sans-serif;
color: azure;
}
#skorlar2 div{
margin-left: 15px;
padding:0px 0px 10px 0px;
}
#up {
width: 150px;
height: 150px;
position:absolute;
transition: .5s ease;
margin-top: 100px;
margin-left: 250px;
background: #DDEEFF;
}
#left {
width: 150px;
height: 150px;
position:absolute;
transition: .5s ease;
margin-top: 220px;
margin-left: 50px;
background: #DDEEFF;
}
#right {
width: 150px;
height: 150px;
position:absolute;
transition: .5s ease;
margin-top: 220px;
margin-left: 450px;
background: #DDEEFF;
}
#down {
width: 150px;
height: 150px;
position:absolute;
transition: .5s ease;
margin-top: 320px;
margin-left: 250px;
background: #DDEEFF;
}
#buton {
width: 80px;
height: 20px;
transition: .5s ease;
margin-top: 5px;
margin-left: 15px;
}
#buton_music {
width: 80px;
height: 20px;
transition: .5s ease;
margin-top: 5px;
margin-left: 15px;
}