"Modern Landing Page Using Page.js - w3hubs.com"
Bootstrap 4.1.1 Snippet by w3hubs

<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="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <!--visit website now:- https://w3hubs.com/modern-landing-page-using-page-js/--> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/3.0.5/fullpage.min.css" /> <script src="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/3.0.5/fullpage.min.js"></script> <section id="fullpage"> <div class="section"> <h1>Home page</h1> </div> <div class="section"> <h1>About page</h1> </div> <div class="section"> <h1>Contact Page</h1> </div> </section> <script src="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/3.0.5/fullpage.min.js"></script>
/*visit website now:- https://w3hubs.com/modern-landing-page-using-page-js/*/ body{ font-family: 'Lato', sans-serif; } .section:nth-child(1){ background:url('https://w3hubs.com/Modern-Landing-Page-Using-Page.js/1.jpg'); background-size: cover; } .section:nth-child(2){ background:url('https://w3hubs.com/Modern-Landing-Page-Using-Page.js/2.jpg'); background-size: cover; } .section:nth-child(3){ background:url('https://w3hubs.com/Modern-Landing-Page-Using-Page.js/3.jpg'); background-size: cover; } h1{ text-align: center; color: #fff; font-size: 70px; } span{ background-color: #fff !important; }
// visit website now:- https://w3hubs.com/modern-landing-page-using-page-js/ new fullpage('#fullpage', { autoScrolling:true, scrollHorizontally: true, navigation:true, anchors:['Home','About','Contact'], navigationTooltips:['Home','About','Contact'], });

Related: See More


Questions / Comments: