Last active
December 26, 2018 21:17
-
-
Save elmastudio/011bcfb210482104ecae to your computer and use it in GitHub Desktop.
Code to paste into the Services Page Template of our Zeitreise WordPress theme.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="services-box cf"> | |
<div class="service cf"> | |
<div class="service-header"> | |
<div class="centered-wrap"> | |
<div class="centered"> | |
YOUR SERVICE 1 TEXT HERE | |
</div> | |
</div> | |
</div> | |
<div class="service-thumbnail">UPLOAD YOUR SERVICE IMAGE 1 HERE (width 1280px)</div> | |
</div> | |
<div class="service cf"> | |
<div class="service-header"> | |
<div class="centered-wrap"> | |
<div class="centered"> | |
YOUR SERVICE 2 TEXT HERE | |
</div> | |
</div> | |
</div> | |
<div class="service-thumbnail">UPLOAD YOUR SERVICE IMAGE 2 HERE (width 1280px)</div> | |
</div> | |
<div class="service cf"> | |
<div class="service-header"> | |
<div class="centered-wrap"> | |
<div class="centered"> | |
YOUR SERVICE 3 TEXT HERE | |
</div> | |
</div> | |
</div> | |
<div class="service-thumbnail">UPLOAD YOUR SERVICE IMAGE 3 HERE (width 1280px)</div> | |
</div> | |
<div class="service cf"> | |
<div class="service-header"> | |
<div class="centered-wrap"> | |
<div class="centered"> | |
YOUR SERVICE 4 TEXT HERE | |
</div> | |
</div> | |
</div> | |
<div class="service-thumbnail">UPLOAD YOUR SERVICE IMAGE 4 HERE (width 1280px)</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment