Skip to content

Commit 87831a5

Browse files
committed
Adjusted tabs
1 parent c8433ad commit 87831a5

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

assets/css/dice.css

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
11

22
.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;
77
margin-left: 20px;
88
margin-bottom: 20px;
99
}
1010

1111
.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;
1818
}
1919

2020
.dot.center {
2121
/* Orders of margins are: top right bottom left */
22-
margin: 39px 0 0 41px;
22+
margin: 39px 0 0 41px;
2323
}
2424

2525
.dot.dtop {
26-
margin-top: 14px;
26+
margin-top: 14px;
2727
}
2828

2929
.dot.dleft {
30-
margin-left: 65px;
30+
margin-left: 65px;
3131
}
3232

3333
.dot.dright {
34-
margin-left: 16px;
34+
margin-left: 16px;
3535
}
3636

3737
.dot.dbottom {
38-
margin-top: 63px;
38+
margin-top: 63px;
3939
}
4040

4141
.dot.center.dleft {
42-
margin: 38px 0 0 16px;
42+
margin: 38px 0 0 16px;
4343
}
4444

4545
.dot.center.dright {
46-
margin: 38px 0 0 65px;
46+
margin: 38px 0 0 65px;
4747
}
4848

4949
.responsive {

0 commit comments

Comments
 (0)