Skip to content

Instantly share code, notes, and snippets.

@richardprice-1990
Created October 27, 2017 11:30
Show Gist options
  • Save richardprice-1990/65864e02b19490238baf0e7eb6ddec42 to your computer and use it in GitHub Desktop.
Save richardprice-1990/65864e02b19490238baf0e7eb6ddec42 to your computer and use it in GitHub Desktop.
<style>
.bold{
font-weight:bold
}
.opcardtext {
display: inline-block;
font-size: 31px;
font-family: Lato;
width: 33.3%;
margin-left: 13px;
text-align: center;
}
.opcardtext span{
display:block
width:100%
}
</style>
<div class="opcardtext">
<span>Deposit £15</span>
<span class="bold"> Play with £45</span>
<span class="bold">+50 Bonus Spins</span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment