-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
59 lines (51 loc) · 1.04 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
body{
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
background-image: url(/pokerbg.jpg);
background-size: cover;
color: white;
text-align: center;
font-size: larger;
}
h1{
color: goldenrod;
}
#message-el{
font-style: italic;
}
#startBtn{
border: none;
color: #016f32;
width: 200px;
background-color: goldenrod;
padding-top: 20px;
padding-bottom: 20px;
font-size: 18px;
font-weight: bold;
border-radius: 2px;
margin: 10px auto;
}
#startBtn:hover{
border: 5px solid rgb(62, 213, 240) ;
padding-top: 15px;
padding-bottom: 15px;
cursor: pointer;
}
#new-card{
display: block;
border: none;
color: #016f32;
width: 200px;
background-color: goldenrod;
padding-top: 20px;
padding-bottom: 20px;
font-size: 18px;
font-weight: bold;
border-radius: 2px;
margin: 10px auto;
}
#new-card:hover{
border: 5px solid rgb(62, 213, 240) ;
padding-top: 15px;
padding-bottom: 15px;
cursor: pointer;
}