-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmembers.css
78 lines (63 loc) · 1.2 KB
/
members.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
71
72
73
74
75
76
77
78
.child{
padding-top:50px ;
}
.child h3{
margin: 0;
text-align: center;
}
/* .horizontal_Bar::after{
content: '';
width: 3rem;
position: absolute;
background: #BD0606;
border: 2px solid #BD0606;
}
*/
.Members_catagory h3{
text-align: center;
font-size: 30px;
color: #fff;
background-color: #15173b;
}
.img-cards{
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
height: 491px;
}
.images_line p{
text-align: center;
margin-top: 10px;
font-weight: 600;
}
.imgCard p{
color: #000;
}
.imgCard img{
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
width: 50%;
border: 5px solid #fff;
box-shadow: 0 3px 10px rgb(0 0 0 / 0.5);
}
.thirdImagCards{
display: flex;
justify-content: space-around;
margin-bottom: 50px;
}
.thirdImagCards p{
color: #2c2b2b;
}
.thirdImagCards img{
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 25px;
height: 200px;
width: 200px;
border: 5px solid #fff;
box-shadow: 0 3px 10px rgb(0 0 0 / 0.5);
}