8 lines
119 B
CSS
8 lines
119 B
CSS
|
/* dice.css
|
||
|
styles for the dice
|
||
|
*/
|
||
|
|
||
|
#dice-1, #dice-2, #dice-3, #dice-4, #dice-5, #dice-6 {
|
||
|
font-size: 750%;
|
||
|
}
|