File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 1
1
2
2
.die {
3
- width : 100px ;
4
- height : 100px ;
5
- background : # ff1111 ;
6
- border-radius : 10px ;
3
+ width : 100px ;
4
+ height : 100px ;
5
+ background : # ff1111 ;
6
+ border-radius : 10px ;
7
7
margin-left : 20px ;
8
8
margin-bottom : 20px ;
9
9
}
10
10
11
11
.dot {
12
- position : absolute;
13
- width : 18px ;
14
- height : 18px ;
15
- border-radius : 18px ;
16
- background : white;
17
- box-shadow : inset 5px 0 10px white;
12
+ position : absolute;
13
+ width : 18px ;
14
+ height : 18px ;
15
+ border-radius : 18px ;
16
+ background : white;
17
+ box-shadow : inset 5px 0 10px white;
18
18
}
19
19
20
20
.dot .center {
21
21
/* Orders of margins are: top right bottom left */
22
- margin : 39px 0 0 41px ;
22
+ margin : 39px 0 0 41px ;
23
23
}
24
24
25
25
.dot .dtop {
26
- margin-top : 14px ;
26
+ margin-top : 14px ;
27
27
}
28
28
29
29
.dot .dleft {
30
- margin-left : 65px ;
30
+ margin-left : 65px ;
31
31
}
32
32
33
33
.dot .dright {
34
- margin-left : 16px ;
34
+ margin-left : 16px ;
35
35
}
36
36
37
37
.dot .dbottom {
38
- margin-top : 63px ;
38
+ margin-top : 63px ;
39
39
}
40
40
41
41
.dot .center .dleft {
42
- margin : 38px 0 0 16px ;
42
+ margin : 38px 0 0 16px ;
43
43
}
44
44
45
45
.dot .center .dright {
46
- margin : 38px 0 0 65px ;
46
+ margin : 38px 0 0 65px ;
47
47
}
48
48
49
49
.responsive {
You can’t perform that action at this time.
0 commit comments