-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
127 lines (127 loc) · 2.38 KB
/
Copy pathstyle.css
File metadata and controls
127 lines (127 loc) · 2.38 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.parent{
width: 100%;
height: h-screen;
padding-top: 3%;
padding-left: 20%;
padding-right: 20%;
background-color: rgba(158, 138, 214, 0.5);
/* height: screen; */
}
.first-sec{
display: flex;
justify-content: space-around;
}
.btn-again>button{
background-color: rgb(236, 75, 102);
color: white;
font-size: 16px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
border: none;
cursor: pointer;
border-radius: 5px;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
}
.btn-again>button:hover{
background-color: rgb(233, 51, 81);
}
.btn-again>button:active{
background-color: rgb(148, 32, 32);
}
.bwtn-number>h4{
color: rgb(201, 58, 106);
}
.gues-numr{
text-align: center;
padding-top: 60px;
padding-bottom: 10px;
color: rgb(66, 62, 55);
font-family: Arial, Helvetica, sans-serif;
}
.hide{
position: absolute;
background-color: aliceblue;
width: 100px;
height: 50px;
border: 1px solid pink;
border-radius: 5px;
margin:auto
}
.hide{
display: flex;
justify-content: center;
align-items: center;
}
.show{
position: relative;
background-color: aliceblue;
width: 100px;
height: 50px;
border: 1px solid pink;
border-radius: 5px;
margin:auto
}
.show{
display: flex;
justify-content: center;
align-items: center;
}
.poster>h3{
text-align: center;
padding-top: 10px;
color: rgb(1, 121, 1);
}
.poster>h1{
text-align: center;
padding-top: 10px;
}
.congratulate>span{
color: rgb(192, 76, 95);
font-size: 25px;
}
.nmr-input>input{
text-align: center;
border: 1px solid blueviolet;
height: 30px;
border-radius: 5px;
padding-left: 5px;
}
.nmr-atm{
display: flex;
justify-content: center;
margin-top: 100px;
margin-bottom: 20px;
}
.attempt>h4{
color: blue;
margin-left: 20px;
}
.attempt>h4>span{
color: rgb(170, 24, 24);
font-size: 20px;
}
.check{
display: flex;
justify-content: center;
margin-right: 110px;
}
.check>button{
background-color: rgb(189, 50, 73);
border: none;
font-size: 15px;
padding: 10px;
border-radius: 5px;
color: aliceblue;
cursor: pointer;
margin-bottom: 30px;
}
.check>button:active{
background-color: blueviolet;
}