-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
103 lines (85 loc) · 1.57 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
/* @import url('https://fonts.googleapis.com/css?family=Roboto:300&display=swap'); */
.body{
text-align: center;
background-color: black;
color: white;
overflow: hidden;
/* padding: 15em; */
}
.header{
padding-top: 14px;
margin: 14px;
font-size: 20px;
}
#text-area{
text-align: center;
}
/* #main-footer{
color: #fff;
text-align: center;
font-size: 1rem;
/* max-width: 80%; */
/* padding-top: 5rem;
} */ */
#logo{
width: 80%;
padding-bottom: 1rem;
}
#wrapper{
flex : 3;
flex-direction: column;
align-items: center;
text-align: center;
}
#left{
flex:2;
/* justify-content: center; */
background: url("playingcards.jpg") no-repeat center / cover ;
background-size: 100% 100%;
align-items: center;
height: 100vh;
text-align: center;
color: orangered;
/* display: flex; */
/* flex-direction: column;
justify-content: center;
height: 100vh; */
}
#container{
display: flex;
}
#left h4{
font-size: 2.5rem;
text-align: left;
padding-left: 2rem;
padding-top:3rem;
}
#right{
padding-top:3rem;
/* flex: 2; */
align-items: center;
}
#left ul{
text-align: left;
padding-top: 1rem;
padding-left: 5rem;
}
#titleArea{
font-size: 2rem;
}
#text-area{
font-size: 1rem;
}
#new-game-button{
/* margin-top: 2em; */
border-radius: 8px;
font-size: 10px;
}
#hit-button{
border-radius: 8px;
font-size: 10px;
}
#stay-button{
border-radius: 8px;
font-size: 10px;
}