Browse Source

Add placeholder-design;

feature/split
Nero Ignis 5 years ago
parent
commit
79b6c87f26
  1. 7
      css/blackjack.css
  2. 2
      index.htm

7
css/blackjack.css

@ -54,6 +54,13 @@ body { @@ -54,6 +54,13 @@ body {
color: white;
}
#placeholder {
text-align: center;
color: white;
padding-top: 25px;
padding-bottom: 25px;
}
.navbar-toggler {
border: 1px solid green;
background-color: lightgreen;

2
index.htm

@ -82,9 +82,11 @@ @@ -82,9 +82,11 @@
</div>
</div>
<div class="row" v-else>
<div class="col-12" id="placeholder">
<h5>Place your bet and start a round.</h5>
</div>
</div>
</div>
<div class="col-md-2 card" id="actions">
<div class="card-body">
<button class="btn btn-success" @click="startRound" v-if="!roundActive">

Loading…
Cancel
Save