-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
64 lines (58 loc) · 1.08 KB
/
style.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
61
62
63
64
body{
background: linear-gradient(to right, #c31432, #240b36);
/* display: flex;
align-items: center; */
}
.heading{
text-align: center;
font-size: 47px;
letter-spacing: 3px;
}
.container{
display: flex;
flex-direction: column;
align-items: center;
/* background-color: black; */
width: 434px;
height: 400px;
/* padding-top: 60px; */
/* border:2px solid silver;
border-radius:50px ; */
}
.main{
height: 55vh;
display: flex;
align-items: center;
justify-content: center;
}
.dark{
display:contents;
}
.input{
height:35px;
width: 330px;
margin-bottom: 22px;
padding: 5px 5px;
font-size: 1.5rem;
border-radius: 6px;
}
.button{
width: 55px;
height: 55px;
cursor: pointer;
margin-bottom: 4px;
background-color: rgb(223, 174, 174);
font-size: 22px;
border-radius: 6px;
}
.button-equalto{
margin-bottom: 2px;
cursor: pointer;
height: 55px;
width: 114px;
font-size: 22px;
border-radius: 6px;
}
.bg{
background-color: #c8bbbb;
}