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