forked from SkillfactoryCoding/php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
80 lines (66 loc) · 1.18 KB
/
style.css
File metadata and controls
80 lines (66 loc) · 1.18 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
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
body {
background: url("img/clouds.png") no-repeat;
}
.game-card {
height: 100vh;
font-family: 'Open Sans', monospace;
}
.card-header {
background-color: tomato;
}
.card-header .m-0 {
font-size: 1.5rem;
color: white;
}
.card-title {
font-family: 'Times New Roman', Times, serif;
}
.card-footer {
padding: 0;
}
.card-footer .btn {
width: 100%;
border-radius: 0;
padding: 9px 15px;
color: #000;
font-size: 30px;
font-weight: 300;
font-family: inherit;
transition: background-color 0.2s linear;
text-decoration: none;
}
.card-footer:hover .btn {
background-color: #2E9AFF;
cursor: pointer;
color: white;
transition: background-color 0.2s linear;
}
.start_margin-bottom_20px {
margin: 0 0 20px 0;
}
.start_disabled {
display: none;
}
.card_disabled {
display: none;
}
.start__wrapper {
min-width: revert;
padding: revert;
margin: revert;
border: revert;
text-align: center;
}
.start__title {
font-size: 2.5rem;
color: wheat;
}
.start__question {
font-size: 1.5rem;
color: black;
}
.start__button {
font-size: 2rem;
display: block;
margin: 10px auto;
}