-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
58 lines (50 loc) · 1.23 KB
/
style.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
.container-1,.container-2,.container-3{
border:1px solid black;
width: 75%;
margin:0 auto;
text-align: center;
}
.flex-box-container-1,.flex-box-rps,.flex-blackjack-row-1,.flex-blackjack-row-2, .flex-blackjack-row-3{
display:flex;
border: 1px solid black;
padding: 10px;
flex-wrap:wrap;
flex-direction:row;
justify-content:space-around;
}
.flex-blackjack-row-1,.flex-blackjack-row-2{
background: url('https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcQkGKrlVJxayynHIt3yMR3mObaPdtiuDHLkdz2SFVqQGNSyT4Ix') center;
color: #ffffff
}
.flex-blackjack-row-1 div{
border:1px solid black;
padding:10px;
flex: 1;
height:350px;
text-align:center;
}
.flex-blackjack-row-1 img{
width : 25%;
padding: 10px;
}
.flex-blackjack-row-2 button {
border :1px solid black;
padding:10px;
}
.flex-blackjack-row-2 div{
border:1px solid black;
padding: 10px;
}
table, th,td{
padding:5px;
border:1px solid black;
}
.flex-box-container-1 div{
display :flex;
padding:10px;
border:1px solid black;
align-items:center;
}
.flex-box-rps img:hover{
box-shadow:0px 10px 50px rgba(37, 50,233,1);
}