-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFilterPage.css
70 lines (64 loc) · 1.18 KB
/
FilterPage.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
65
66
67
68
69
70
*{
font-family: Poppins;
box-sizing: border-box;
}
.header{
background-color: #ce0505;
height: 50px;
}
.header-logo{
display: inline-block;
width: 52px;
height: 52px;
background-color: #ffffff;
border-radius: 50%;
font-size: 33px;
color: #eb2929 ;
margin-left: 1%;
text-align: center;
}
.login{
display: inline-block;
font-size: 16px;
font-weight: 500;
text-align: left;
color: #ffffff;
}
.account{
display: inline-block;
margin: 10px 10px 0px 5px ;
color: #ffffff;
border: solid 1px #ffffff;
padding: 2px 2px 2px 10px;
}
.main{
background-color: #fbfbfb;
}
.heading{
font-size: 36px;
font-weight: bold;
color: #192f60;
text-align: left;
}
.filter-block{
width: 260px;
height: 682px;
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
background-color: #ffffff;
border: 1px solid black;
margin-right: 20px;
margin-left: 50px;
}
.item{
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
background-color: #ffffff;
border: 1px solid black;
height: 291px;
margin-bottom: 20px;
padding: 20px;
}
.image1{
width: 120px;
height: 120px;
border-radius: 17px;
}