Line 12: | Line 12: | ||
<body> | <body> | ||
− | <div class=" | + | <div class="jumbotron"> |
− | <h1> | + | <h1>Bootstrap Tutorial</h1> |
− | <p> | + | <p>Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile-first projects on the web.</p> |
− | + | </div> | |
− | + | ||
− | + | <div class="container"> | |
− | + | <p>This is some text.</p> | |
− | + | <p>This is another text.</p> | |
− | + | ||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 06:10, 29 July 2018
Bootstrap Tutorial
Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile-first projects on the web.
This is some text.
This is another text.