<?php include 'header.php' ?>
<div class="container">
<div class="row">
<div class="col bg-success">
<h1>COLUMN 1</h1>
<p>For Testing Purposes</p>
</div>
<div class="col bg-warning">
<h1>COLUMN 2</h1>
<p>For Testing Purposes</p>
</div>
</div>
</div>
<?php include 'footer.php' ?>
<?php include 'header.php' ?>
<div class="container">
<div class="row">
<div class="col-2 bg-success">
<h1>COLUMN 1</h1>
<p>For Testing Purposes</p>
</div>
<div class="col-10 bg-warning">
<h1>COLUMN 2</h1>
<p>For Testing Purposes</p>
</div>
</div>
</div>
<?php include 'footer.php' ?>
<?php include 'header.php' ?>
<div class="container-fluid">
<div class="row">
<div class="col-2 bg-success">
<h1>COLUMN 1</h1>
<p>For Testing Purposes</p>
</div>
<div class="col-10 bg-warning">
<h1>COLUMN 2</h1>
<p>For Testing Purposes</p>
</div>
</div>
</div>
<?php include 'footer.php' ?>
<?php include 'header.php' ?>
<div class="jumbotron bg-danger text-light"
style="border-radius:0; margin-bottom:0">
<h1>JUMBOTRON</h1>
<p>For testing purposes</p>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-2 bg-success">
<h1>COLUMN 1</h1>
<p>For Testing Purposes</p>
</div>
<div class="col-10 bg-warning">
<h1>COLUMN 2</h1>
<p>For Testing Purposes</p>
</div>
</div>
</div>
<?php include 'footer.php' ?>
No comments:
Post a Comment