Bootstrap Templates - Features - 7 - LearnWD

Learn Web Design

Wednesday, June 6, 2018

Bootstrap Templates - Features - 7


Bootstrap Templates - Features - 7 lets you display your products features 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
  • Font awesome 4.7

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-7">
<div class="container h-100 d-flex align-items-end text-center">
<div class="row">
<div class="col-12">
<h5>EASY-TO-USE</h5>
<h2 class="py-4">Better Landing for Your Startup.</h2>
<h3 class="mx-auto pb-4">We have created a new product that will help designers, developers and companies create websites for their startups quickly and easily.</h3>
<div class="row justify-content-center py-5">
<div class="col-12 col-lg-5 text-lg-left">
<h4><i class="fa fa-book icon-1 mr-3" aria-hidden="true"></i>User Guide</h4>
<p class="pl-lg-5 mx-auto mx-lg-0">You’ll get a description of each component and learn how to connect and use them.</p>
</div>
<div class="col-12 col-lg-5 text-lg-left">
<h4><i class="fa fa-youtube-play icon-2 mr-3" aria-hidden="true"></i>Video Tutorials</h4>
<p class="pl-lg-5 mx-auto mx-lg-0">Video tutorials show you how to make a web site for your startup from design to code.</p>
</div>
</div>
</div>
<div class="col-12">
<img src="file:///C:/Users/Gustav/Desktop/hue.png" class="img-fluid" alt="">
</div>
</div>
</div>
</section>


CSS Code:

/*start of features 7*/
.features-7 {
font-family: 'Nunito', sans-serif;
font-size: 16px;
line-height: 1.5;
background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("https://i.imgur.com/V4Byp6n.png");
background-size: cover;
background-position: center;
overflow-x: hidden;
padding-top: 150px;
color: #ffffff;
}
.features-7 h2 {
font-size: 2.625rem;
font-weight: 300;
}
.features-7 h3 {
font-size: 1.375rem;
font-weight: 300;
opacity: 0.7;
}
.features-7 h4 {
font-size: 1.75rem;
font-weight: 300;
}
.features-7 h5 {
font-size: 0.875rem;
font-weight: 300;
}
.features-7 p {
font-size: 1.125rem;
font-weight: 300;
opacity: 0.7;
}
.features-7 .fa {
font-size: 28px !important;
}
.features-7 .icon-1 {
color: #18c967;
}
.features-7 .icon-2 {
color: #ff0000;
}
@media (min-width: 992px) {
.features-7 {
height: 100vh;
min-height: 950px;
padding-top: 0;
padding-bottom: 0;
}
}
@media (min-width: 768px) {
.features-7 h3 {
width: 70%;
}
}
/*end of features 7*/

2 comments: