-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
45 lines (37 loc) · 828 Bytes
/
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
.box-div:hover .grid-img{
background-color: #4b94ed;
}
.box-div:hover .grid-zizag-img{
opacity: 1;
}
.backImg{
background-image: url(images/feature-section-2BG.svg);
}
.new-f-cardImg{
background-image: url(images/instant-settlement-bg.svg);
/* box-shadow: 1px 1px 3px 1px rgb(219, 214, 214); */
}
.new-f-cardImg:hover{
background-image: url(images/instant-settlement-bghover.svg);
}
.core-f-section{
background-image: url(images/core-features-sectionBg.svg);
background-size: 100% 100%;
padding-top: 12rem;
padding-bottom: 12rem;
}
.CompanyList{
animation: moveCompany 30s infinite linear;
}
@keyframes moveCompany {
0%{
top: 0;
}
100%{
top: -160%;
}
}
.CTAsection{
background-image: url(images/CTABg.svg);
background-size: 100% 100%;
}