-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
49 lines (43 loc) · 1.01 KB
/
Copy pathstyle.css
File metadata and controls
49 lines (43 loc) · 1.01 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
body {
/* background-image: url("../LocalRepo/images/casino\ background_green.jpg"); */
background-image: linear-gradient(rgb(10, 251, 10),rgba(43, 240, 43, 0.716));
background-size: cover;
text-align: center;
font-style: italic;
}
#heading {
font-size: 40px;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
color: rgb(221, 171, 44);
}
#q-heading {
font-size: 30px;
color: white;
}
p {
font-size: 25px;
color: white;
}
#str-btn {
background-color: rgb(56, 119, 206);
color: rgba(89, 202, 61, 0.89);
width: 140px;
height: 65px;
font-weight: 700;
font-size: 30px;
border-radius: 7px;
text-shadow: 1px 1px 1px black;
}
#new-card {
background-color: rgb(250, 205, 94);
color: rgba(137, 249, 109, 0.889);
width: 140px;
height: 75px;
font-weight: 700;
font-size: 30px;
border-radius: 7px;
text-shadow: 1px 1px 1px rgb(179, 118, 118);
}
.nbtn-div {
margin-top: 10px;
}