-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.css
More file actions
79 lines (53 loc) · 1.29 KB
/
Copy pathmain.css
File metadata and controls
79 lines (53 loc) · 1.29 KB
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
79
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
padding: 10px !important;
overflow-x: hidden;
background-color: #e9f5e4;
}
/* .header{
height: 80vh;
background-image: url("facilities.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
/*clip-path: polygon(0 7%, 94% 6%, 96% 80%,1% 84%);*/
clip-path: polygon(0 0,100% 0,100% 75vh, 0 100%);
margin-left: 5px;
margin-right: 5px;
} */
.header-inner {
}
.custom-services {
width: 31%;
min-height: 15vh;
font-size: 0.95rem;
background-color: lightgray;
margin: 10px;
box-shadow: 10px 15px 25px rgba(0, 0, 0, 0.6);
}
.custom-services_inner {
max-width:100%;
padding: 0;
margin: 0;
}
.services, .about { background-color: #a5d894;}
.custom-border-r {
border-top-right-radius: 150px !important;
}
.custom-btn-primary {
background-color: #61bb43;
color: #fff;
}
.custom-btn-primary:hover {
background-color: #4ea233;
border-color: #4ea233;
}
.custom-portal{
min-height: 40vh;
}
.footer {
background-color: #ddf1d7 !important;}