Skip to content

Commit

Permalink
Adjusted tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmuth committed Jan 29, 2025
1 parent c8433ad commit 87831a5
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions assets/css/dice.css
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@

.die {
width: 100px;
height: 100px;
background: #ff1111;
border-radius: 10px;
width: 100px;
height: 100px;
background: #ff1111;
border-radius: 10px;
margin-left: 20px;
margin-bottom: 20px;
}

.dot {
position:absolute;
width: 18px;
height: 18px;
border-radius: 18px;
background: white;
box-shadow: inset 5px 0 10px white;
position:absolute;
width: 18px;
height: 18px;
border-radius: 18px;
background: white;
box-shadow: inset 5px 0 10px white;
}

.dot.center {
/* Orders of margins are: top right bottom left */
margin: 39px 0 0 41px;
margin: 39px 0 0 41px;
}

.dot.dtop {
margin-top: 14px;
margin-top: 14px;
}

.dot.dleft {
margin-left: 65px;
margin-left: 65px;
}

.dot.dright {
margin-left: 16px;
margin-left: 16px;
}

.dot.dbottom {
margin-top: 63px;
margin-top: 63px;
}

.dot.center.dleft {
margin: 38px 0 0 16px;
margin: 38px 0 0 16px;
}

.dot.center.dright {
margin: 38px 0 0 65px;
margin: 38px 0 0 65px;
}

.responsive {
Expand Down

0 comments on commit 87831a5

Please sign in to comment.