-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdustbin.css
More file actions
107 lines (99 loc) · 1.97 KB
/
dustbin.css
File metadata and controls
107 lines (99 loc) · 1.97 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
body{
font-family: 'Adamina', serif;
}
.dustbin_page{
height: 800px;
width: 380px;
background-color:#AED6CA;
border-radius: 35px;
}
.header{
display: flex;
align-items: center;
justify-content: center;
gap: 90px;
height: 100px;
font-size: 1.5rem;
color: #243D25;
}
.threeline{
width: 40px;
}
.question{
width: 40px;
}
.dustbin_img{
display: flex;
align-items: center;
justify-content: center;
margin-top: 10px;
}
.location_inp{
width: 280px;
height: 47px;
border-radius: 25px;
border-color:white ;
}
.location{
margin-left: 20px;
font-size: 1.3rem;
}
.submit_button {
width: 200px;
height: 60px;
border-radius: 50px;
border-color:#2EB394;
font-size: 1.3rem;
background-color: #2EB394;
}
.sub_btn{
margin-top: 90px;
display: flex;
align-items: center;
justify-content: center;
}
.keela{
display: flex;
flex-direction: row;
/* background: red; */
margin-top: 30px;
}
.home{
/* background-color: green; */
width: 100px;
margin-left: 10px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
font-family: 'Acme', sans-serif;
}
.service{
/* background-color: yellow; */
width: 100px;
margin-bottom: 2px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
font-family: 'Acme', sans-serif;
color: white;
}
.support{
/* background-color: blue; */
width: 100px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
font-family: 'Acme', sans-serif;
}
.profile{
/* background-color: brown; */
width: 100px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
font-family: 'Acme', sans-serif;
}