10 lines
601 B
PHP
10 lines
601 B
PHP
<div class="px-4 py-5 my-5 text-center">
|
||
<h1 class="display-5 fw-bold">Your Modern Website</h1>
|
||
<div class="col-lg-6 mx-auto">
|
||
<p class="lead mb-4">Quickly design and customize responsive mobile-first sites with Bootstrap, the world’s most popular front-end open source toolkit.</p>
|
||
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center">
|
||
<button type="button" class="btn btn-primary btn-lg px-4 gap-3">Get Started</button>
|
||
<button type="button" class="btn btn-outline-secondary btn-lg px-4">Learn More</button>
|
||
</div>
|
||
</div>
|
||
</div> |