blackjack css
unknown
css
3 years ago
395 B
7
Indexable
body {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}
#dealer-cards img {
height: 175px;
width: 125px;
margin: 1px;
}
#your-cards img {
height: 175px;
width: 125px;
margin: 1px;
}
#hit {
width: 100px;
height: 50px;
font-size: 20px;
}
#stay {
width: 100px;
height: 50px;
font-size: 20px;
}
Editor is loading...