-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcardhubStyling.css
More file actions
74 lines (74 loc) · 1.2 KB
/
cardhubStyling.css
File metadata and controls
74 lines (74 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
img{
width:135px;
height:195px;
}
li .wonWins{
font-size: 40px;
font-weight: bold;
}
nav li{
display: flex;
justify-content: center;
}
body{
background-image: url("http://www.table-games.net/wp-content/uploads/2015/08/%E2%82%AC0.1-%E2%82%AC5%20Pontoon%E2%84%A2.jpg");
background-repeat: no-repeat;
background-size: cover;
}
p{
font-size: 25px;
color:#FFF;
font-weight: bold;
display: flex;
justify-content: center;
margin-top: -1px;
}
.showMeTheMoney{
display: flex;
justify-content: flex-start;
font-size: 32px;
font-weight: bold;
}
.lunch{
display: flex;
justify-content: flex-start;
font-size: 26px;
font-weight: bold;
margin-bottom: -95px
}
.tableLimit{
display: flex;
justify-content: flex-start;
font-size: 10px;
font-weight: bold;
}
#bigBet{
color: #FFF;
font-size: 25px;
text-align: center;
}
.dealerCards{
display: flex;
justify-content: center;
}
.playerCards{
display: flex;
justify-content: center;
}
.dealerCards img{
margin:1px 5px;
}
.playerCards img{
margin:1px 5px;
}
.myButtons{
display: flex;
flex-direction: row;
justify-content: center;
}
.myButtons button{
margin:10px;
height: 55px;
width: 55px;
border-radius: 50%;
}