-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
executable file
·123 lines (112 loc) · 2.27 KB
/
index.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
body, html {
padding: 0px;
margin: 0px;
overflow-x: hidden;
}
.ho:hover{
color: white !important;
background-color: red !important;
}
.nav-link{
padding-right: 30px !important;
}
.nv{
background-color:rgb(42, 121, 45);
padding: 10px !important;
border-radius: 5px;
margin-right: 10px !important;
/* text-align: center !important; */
}
/* hr tag */
.separator>*{
display: inline-block;
vertical-align: middle;
}
.separator {
text-align: center;
border: 0;
white-space: nowrap;
display: block;
overflow: hidden;
padding: 0;
margin: 0;
}
.separator:before, .separator:after {
content: "";
height: 5px;
width: 50%;
background-color: rgb(247, 12, 12);
margin: 0 5px 0 5px;
display: inline-block;
vertical-align: middle;
border-radius: 100%;
}
.separator:before {
margin-left: -100%;
}
.separator:after {
margin-right: -100%;
}
.spn{
font-weight: bolder;
color: black;
font-size: 30px;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.hr{
margin-top: 30px;
margin-bottom: 30px;
}
/* about coc */
.coc{
color: rgb(173, 16, 16);
}
/* minister image */
.minister{
border-radius: 100%;
height: 250px;
width: 200px;
}
.mis{
/* margin-top: 40px; */
justify-content: center !important;
/* float: right; */
position: absolute !important;
}
/* SERMON SECTION */
#sermon{
margin-top:20%;
position: static;
}
.p1{
background-color: green;
/* border-top: 5px solid #4CAF50; */
border-bottom: 5px solid #4CAF50;
}
/* ssermon paralax */
.paralax{
background-image: url("IMAGES/b2.jpg");
height: 700px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.crd{
padding-top: 70px;
}
/* second card in the event section */
.cd2{
padding-top: 30px;
}
/* upcoming event banner */
.ue1{
padding-bottom: 20px;
}
/* CONTACT LOCATION */
#contact{
background-color: darkslategrey;
}
address{
color: white;
}