19 lines
296 B
CSS
19 lines
296 B
CSS
.odds, .specialodds {
|
|
background-color: lightcoral;
|
|
font-family: Verdana, Dejavu Sans, sans-serif;
|
|
}
|
|
|
|
#number2 {
|
|
color:blue;
|
|
font-size: 36px;
|
|
}
|
|
|
|
.specialodds{
|
|
font-size: 24px;
|
|
}
|
|
|
|
#greeny {
|
|
background-color: rgb(149, 255, 149);
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
} |