-
Notifications
You must be signed in to change notification settings - Fork 0
/
guss.css
49 lines (48 loc) · 786 Bytes
/
guss.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
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.main{
background-color: white;
}
.top-img{
width: 100%;
height: auto;
}
.para{
text-align: center;
font-size: larger;
font-weight: bolder;
}
.card{
background-color: #246db6 !important;
}
h1{
color: white ;
text-align: center !important;
padding-top: 60px;
}
.small-img{
width: 100px;
}
input{
display: block !important;
margin: auto !important;
padding: 15px;
}
button{
color: white;
background-image: radial-gradient(gray,black);
height: 40px;
width: 138px;
display: block;
margin: auto !important;
margin-top: 20px !important;
}
.game-result{
color: white;
font-weight: bolder;
text-align: center;
font-size: 50px;
}