"Clean Bootstrap Half Page Template"
Bootstrap 4.1.1 Snippet by dkstudio

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container-fluid home-main"> <h2>Kshiti Ghelani <span class="blinker">.</span></h2> <button type="button" class="btn btn-default">View Profile</button> </div> <div class="container-fluid home-content1"> <div class="row"> <div class="col-md-6 content1-left"> <h3>Why to use Bootstrap <span class="blinker">?</span></h3> <p>Build responsive, mobile-first projects on the web with the world’s most popular front-end component library.</p> <!-- <div class="content1-left"></div> --> </div> <div class="col-md-6 content1-right"> <p>Bootstrap is an open source toolkit for developing with HTML, CSS, and JS. Quickly prototype your ideas or build your entire app with our Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful plugins built on jQuery.</p> </div> </div> </div> <div class="container-fluid home-content2"> <p><span>News</span> and <span>announcements</span> for all things <span>Bootstrap</span>, including new <span>releases</span> and <span>Bootstrap Themes</span>.</p> </div>
.home-main{ background: #5812c5; color:#fff; padding: 13%; text-align: center; } .blinker{ animation: blinker 1.5s linear infinite; } @keyframes blinker { 50% { opacity: 0; } } .home-main button{ background: #fff; color: #5812c5; border-radius: 0; font-weight: 700; width: 16%; height: 50px; top: 4%; margin-top: 3%; } .home-main button:hover{ transition: 1s ease; color:#5812c5; width: 19%; } .content1-left{ padding:9%; } .content1-right{ padding:9%; background:#e4e4e4; } .home-content2{ background: #adb5bd; padding: 1.4%; text-align: center; } .home-content2 p{ font-size: 18px; line-height: 50px; } .home-content2 p span{ font-weight: 500; }

Related: See More


Questions / Comments: