-
Notifications
You must be signed in to change notification settings - Fork 0
/
numberguess.css
60 lines (51 loc) · 1.36 KB
/
numberguess.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
60
@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap");
.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;
}