-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle1.css
More file actions
50 lines (45 loc) · 859 Bytes
/
Copy pathstyle1.css
File metadata and controls
50 lines (45 loc) · 859 Bytes
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
.gallery-block{
padding-bottom: 60px;
padding-top: 60px;
}
.gallery-block .hadding {
margin-bottom: 50px;
text-align: center;
}
.gallery-block .hadding h2{
font-weight: bold;
font-size: 1.4rem;
text-transform: uppercase;
}
.gallery-block .cardsgallery h6{
font-size: 17px;
}
.card{
transition: 0.4s ease;
}
.card img{
box-shadow: 0px 2px 10px rgba(0,0,0,0.15);
height: 150px;
}
.card-body{
text-align: center;
}
.card-body p{
font-size: 15px;
}
.cards-gallery a{
color: #212529;
}
.cards-gallery a:hover{
text-decoration:none;
}
.card{
margin-bottom: 30px;
box-shadow: 0px 2px 10px rgba(0,0,0,0.15);
}
@media (min-width: 576px){
.transfore-on-hover:hover{
transform: translateY(-10px) scale(1.02);
box-shadow: opx 10px 10px rgba(0,0,0,0.15) !important;
}
}