Bootstrap 4 Testdrive

Developer
Size
2,672 Kb
Views
20,240

How do I make an bootstrap 4 testdrive?

A test of the new Bootstrap 4. . What is a bootstrap 4 testdrive? How do you make a bootstrap 4 testdrive? This script and codes were developed by AppleCrazy on 23 September 2022, Friday.

Bootstrap 4 Testdrive Previews

Bootstrap 4 Testdrive - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Bootstrap 4 Testdrive</title> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge"> <link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.4/css/bootstrap.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <nav class="navbar navbar-fixed-top navbar-light bg-faded"> <button class="navbar-toggler hidden-sm-up" type="button" data-toggle="collapse" data-target="#exCollapsingNavbar2" aria-controls="exCollapsingNavbar2" aria-expanded="false" aria-label="Toggle navigation"> &#9776;&emsp;Menu </button> <div class="collapse navbar-toggleable-xs" id="exCollapsingNavbar2"> <a class="navbar-brand" href="#">Bootstrap Demo</a> <ul class="nav navbar-nav"> <li class="nav-item active"> <a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a> </li>
<!-- <li class="nav-item"> <a class="nav-link" href="#">Features</a> </li> <li class="nav-item"> <a class="nav-link" href="#">Pricing</a> </li> <li class="nav-item"> <a class="nav-link" href="#">About</a> </li> --> </ul> </div>
</nav>
<br><br>
<div class="jumbotron jumbotron-fluid bg-inverse"> <div class="container"> <h1 class="display-3">This is Bootstrap 4.</h1> <p class="lead">It's in alpha, but it looks amazing.</p> <br /> </div>
</div>
<div class="container"> <div class="alert alert-success" role="alert" id="alert1" style="display:none;"> <strong>The markup is much more human-readable.</strong> It was a nightmare when I tried to customize BS3's menubar, so I just gave up on it until <strong>now</strong>.<button type="button" class="close" onclick="dismissAlert()"> <span aria-hidden="true">&times;</span>
</button> </div> <div class="row"> <div class="card card-block"> <h3 class="card-title">This is amazing.</h3> <p class="card-text">I sense a dramatic improvement in the way things are handled in Bootstrap 4 compared to its predecessor.</p> <a href="#" class="btn btn-primary" onclick="showAlert();">What do you mean?</a> </div> </div>
</div> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js'></script>
<script src='https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.4/js/bootstrap.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Bootstrap 4 Testdrive - Script Codes CSS Codes

.jumbotron-fluid { background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('http://static1.squarespace.com/static/560f44f6e4b042344e71beec/t/57303f612fe131e2fe8e549f/1462779754518/0HC9KGLRQJ.jpg?format=1500w'); background-size: cover;
}

Bootstrap 4 Testdrive - Script Codes JS Codes

function showAlert() { $("#alert1").fadeIn();
}
function dismissAlert() { $("#alert1").fadeOut();
}
Bootstrap 4 Testdrive - Script Codes
Bootstrap 4 Testdrive - Script Codes
Home Page Home
Developer AppleCrazy
Username applecrazy
Uploaded September 23, 2022
Rating 3
Size 2,672 Kb
Views 20,240
Do you need developer help for Bootstrap 4 Testdrive?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

AppleCrazy (applecrazy) Script Codes
Create amazing sales emails with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!