blackjack logic written in vue
https://luna-development.net/blackjack/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
477 B
42 lines
477 B
body { |
|
background-color: #0f0f0f; |
|
background-image: url('../img/background.jpg'); |
|
color: white; |
|
} |
|
|
|
.container { |
|
padding-top: 3em; |
|
} |
|
|
|
.playing-card { |
|
max-width: 100%; |
|
} |
|
|
|
#status { |
|
color: darkred; |
|
text-align: center; |
|
} |
|
|
|
.navbar { |
|
background-color: #349940; |
|
} |
|
|
|
.navbar * { |
|
color: white; |
|
} |
|
|
|
.navbar-brand img { |
|
width: 35px; |
|
} |
|
|
|
.hand { |
|
margin-bottom: 2em; |
|
} |
|
|
|
#bankModal * { |
|
color: black; |
|
} |
|
|
|
.bet-input { |
|
color: white !important; |
|
} |