Bootstrap Jumbotron
home
Run
screen_rotation
fullscreen
cloud_download
navigate_before
<html> <head> <title>Bootstrap Grid</title> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css"> <!-- Optional theme --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css"> <!-- Latest compiled and minified JavaScript --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script> </head> <body> <div class="container"> <div class="jumbotron customJumboBg" > <h1>Tutorialsplane My First Web </h1> <p> Learn with online editor.</p> </div> <p>Learn More at Tutorialsplane.com.</p> </div> <style type="text/css"> .customJumboBg{ background-image: url("http://tutorialsplane.com/wp-content/uploads/2015/03/bck.png"); } </style> </body> </html>
<html> <head> <title>Bootstrap Grid</title> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css"> <!-- Optional theme --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css"> <!-- Latest compiled and minified JavaScript --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script> </head> <body> <div class="container"> <div class="jumbotron customJumboBg" > <h1>Tutorialsplane My First Web </h1> <p> Learn with online editor.</p> </div> <p>Learn More at Tutorialsplane.com.</p> </div> <style type="text/css"> .customJumboBg{ background-image: url("http://tutorialsplane.com/wp-content/uploads/2015/03/bck.png"); } </style> </body> </html>
Copyrights@tutorialsplane.com