Image border radius adj
parent
b1dc76efca
commit
25f4b1d84c
|
|
@ -37,12 +37,14 @@ a:visited{
|
|||
|
||||
.shadow{
|
||||
border-radius: 5px;
|
||||
width: 100%;
|
||||
-webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
|
||||
-moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
|
||||
box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
|
||||
}
|
||||
|
||||
.border-radius-5 {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.container-3-col{
|
||||
width: 100%;
|
||||
|
|
|
|||
|
|
@ -14,12 +14,12 @@
|
|||
</div>
|
||||
<br><br>
|
||||
<div ofbFadeInOnScroll class="imageBorder">
|
||||
<img class="image shadow" src="assets/images/home-images/tiny/church.jpg" alt="Church Image" />
|
||||
<img class="image shadow container-3-col" src="assets/images/home-images/tiny/church.jpg" alt="Church Image" />
|
||||
</div>
|
||||
<br><br>
|
||||
<p ofbFadeInOnScroll class="section-header">Pastor Derek Loewen</p>
|
||||
<div ofbFadeInOnScroll class="section-paragraph overflow-hidden">
|
||||
<img class="float-left margin-right-10" src="assets/images/tiny/pstr.jpg" alt="Pastor Photo" width="225px" />
|
||||
<img class="float-left margin-right-10 border-radius-5" src="assets/images/tiny/pstr.jpg" alt="Pastor Photo" width="225px" />
|
||||
<p class="margin-bottom">
|
||||
Pastor Derek Loewen heard the gospel for the first time when a friend invited him to
|
||||
Florence Baptist Church in Florence, Montana. They rode the bus to Sunday School.
|
||||
|
|
|
|||
Loading…
Reference in New Issue