-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.css
67 lines (56 loc) · 996 Bytes
/
test.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
* {
margin: 0;
padding: 0;
}
body {
font-family: 'Playfair Display', serif;
font-family: 'Roboto Slab', serif;
overflow-x: hidden;
}
.servicesContainer {
background-image: url('./images/title-img-01.png');
background-size: cover;
margin-top: 20px;
width: 100%;
height: 400px;
}
.slider-area {
background-image: url('./images/services-bcgr-img-02.png');
background-size: cover;
width: 100%;
height: 500px;
}
.slideContent {
margin-top: 140px;
}
.slideImage {
height: 00px;
}
.sliderContainer {
margin-top: 50px;
}
.faqContainer {
background-image: url('./images/title-img-01.png');
background-size: cover;
width: 100%;
height: 400px;
margin-top: 20px;
margin-bottom: 20px;
padding: 10px;
}
.footer {
background-image: url('./images/footer-img-01.png');
background-size: cover;
width: 100%;
}
.footerContent {
margin-top: 250px;
}
.sticky-btns {
position: fixed;
bottom: 0px;
right: 0px;
}
.action-btn {
margin-right: 0;
}