-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
58 lines (50 loc) · 889 Bytes
/
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
.bg-container {
background-color: #246db6;
height: 100vh;
}
.guess-game-img {
width: 100%;
}
.game-description {
font-family: "Roboto";
font-weight: 500;
font-size: 24px;
color: #323f4b;
margin-top: 20px;
}
.guess-bg-container {
background-color: #246db6;
padding-bottom: 30px;
padding-top: 30px;
}
.guess-heading {
font-family: "Roboto";
font-weight: bold;
color: white;
font-size: 34px;
}
.guess-number-image {
width: 50px;
}
.user-input {
width: 300px;
font-family: "Roboto";
font-weight: 500;
font-size: 30px;
color: #1f2933;
padding: 10px;
text-align: center;
}
.game-result {
font-family: "Roboto";
font-weight: 500;
font-size: 24px;
color: #ffffff;
padding: 10px;
}
.check-guess {
border-radius: 5px;
padding: 10px;
margin: 20px;
width: 170px;
}