Bootstrap Templates - Features - 6 lets you display the main features of your product on your website. The template is fully responsive and was built using the Bootstrap 4 framework.
The design and PSD for this template was provided by Designmodo, I have simply written the HTML & CSS for their design. If you would like to download the PSD you can do so here https://designmodo.com/startup/sources/
For a live preview of this template click here.
Template Requirements
- Bootstrap 4
Implementation
For this to work you must meet the requirements listed above.To make it as easy as possible to incorporate my templates into your own website design I've created two snippet files which you can view at the bottom of this post. The first snippet has the HTML code and the second one has the CSS code. To add these to your website begin by copying the HTML code and pasting it into your websites html file. Finally copy the CSS code and paste it into your websites stylesheet. That's all, Now the block should be working.
HTML Code:
<section class="features-block-6"> | |
<div class="container"> | |
<div class="row"> | |
<div class="col-10 text-center mx-auto"> | |
<h1>Bring Life to Your Design</h1> | |
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</p> | |
<p> | |
<a href="https://www.learnwd.com/"><button type="button" class="btn mx-2">Download Photos</button></a> | |
<a href="https://www.learnwd.com/"><button type="button" class="btn btn-2 mx-2">Learn More</button></a> | |
</p> | |
</div> | |
<div class="col-12"> | |
<img src="https://i.imgur.com/aZCkJMd.png" class="img-fluid" alt=""> | |
</div> | |
</div> | |
</div> | |
</section> |
CSS Code:
.features-block-6 { | |
background: #e0f4ee; | |
padding: 100px 0; | |
font-family: "Nunito", sans-serif; | |
} | |
.features-block-6 h1 { | |
font-size: 2.625rem; | |
margin-bottom: 25px; | |
} | |
.features-block-6 p { | |
font-size: 1.275rem; | |
color: #141414; | |
margin-bottom: 35px; | |
} | |
.features-block-6 .btn { | |
padding: 9px 26px; | |
background: #ff0000; | |
border: 1px solid #ff0000; | |
color: #ffffff; | |
margin-bottom: 12px; | |
} | |
.features-block-6 .btn:hover { | |
background: #0062cc; | |
border: 1px solid #0062cc; | |
} | |
.features-block-6 .btn-2 { | |
background: transparent; | |
color: #0062cc; | |
border: 1px solid #0062cc; | |
font-weight: 600; | |
} | |
.features-block-6 .btn-2:hover { | |
color: #ffffff; | |
} | |
@media (min-width: 992px) { | |
.features-block-6 p { | |
width: 75%; | |
margin-right: auto; | |
margin-left: auto; | |
} | |
} |
No comments:
Post a Comment