-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
69 lines (63 loc) · 1.39 KB
/
index.css
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
body {
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
background-image: url("images/blackjack.jpg");
background-size: cover;
font-weight: bold;
color: white;
text-align: center;
text-shadow: 0 0 5px black;
margin:50px;
}
#message-el {
font-style: italic;
}
button {
color: #016F32;
width:150px;
height: 60px;
background:#daa520;
border:none;
border-radius: 3px;
margin:15px 0 0 0 ;
}
.blackjack-img{
background-image: url("images/Blackjack.png");
background-position: center;
background-size: contain;
background-repeat: no-repeat;
height:400px;
}
.bckd-bj{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-image: url("images/cards.png");
background-position:center;
background-size:contain;
background-repeat: no-repeat;
margin:2%;
padding:5%;
}
.contrast{
display: flex;
flex-direction: column;
justify-content: start;
align-items: center;
margin:100px 0 0 0;
padding:25px;
background-image: url("images/number-1.png");
background-position:center;
background-size:contain;
background-repeat: no-repeat;
width:1465px;
height:300px;
}
.btn{
display: flex;
flex-direction: column;
}
.btn-game{
font-weight: bold;
font-size: 1.2rem;
}