-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathguess.css
More file actions
84 lines (68 loc) · 1.22 KB
/
guess.css
File metadata and controls
84 lines (68 loc) · 1.22 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
81
82
83
84
*{
margin: 0px;
padding: 0px;
}
nav{
text-align: center;
border: 2px solid rgb(226, 224, 224);
padding: 40px;
background-color:rgb(226, 224, 224) ;
}
a{
padding: 18px;
padding-left: 50px;
padding-right: 50px;
background-color: rgb(187, 183, 183);
border-radius: 9px;
margin-left: 20px;
margin-right: 20px;
width: 50px;
text-decoration: none;
color: black;
font-weight: 800;
}
.container{
background-color: black;
width: 100%;
height: 600px;
color: white;
text-align: center;
}
.sec-contain{
background-color: grey;
width: 93%;
margin-left: 30px;
}
form{
margin: 35px;
}
#guess{
font-size: 40px;
padding: 35px;
}
.guessField{
margin: 30px;
width: 170px;
width: 170px;
border:6px solid rgb(224, 219, 219);
border-radius: 4px;
}
.guessSubmit{
height: 40px;
width:130px;
border: 5px solid grey;
border-radius: 5px;
font-weight: 600;
background-color: black;
color: white;
}
.resultParas {
margin:40px;
padding-bottom: 40px;
}
p{
margin-top: 20px;
}
h3{
padding: 30px;
}