Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Cards
Browse files Browse the repository at this point in the history
  • Loading branch information
eoussama committed Jan 10, 2024
1 parent 354f32d commit fa01b19
Showing 1 changed file with 64 additions and 10 deletions.
74 changes: 64 additions & 10 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,77 @@ <h1>Hello, world!</h1>
<div class="container text-center">
<div class="row">
<div class="col">
Column
</div>
<div class="col">
Column
<div
class="card text-bg-light mb-3"
style="max-width: 18rem;"
>
<div class="card-header">Header</div>
<div class="card-body">
<h5 class="card-title">Light card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's
content.</p>
</div>
</div>
</div>

<div class="col">
Column
<div
class="card text-bg-light mb-3"
style="max-width: 18rem;"
>
<div class="card-header">Header</div>
<div class="card-body">
<h5 class="card-title">Light card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's
content.</p>
</div>
</div>
</div>
<div class="row">

<div class="col">
Column
<div
class="card text-bg-light mb-3"
style="max-width: 18rem;"
>
<div class="card-header">Header</div>
<div class="card-body">
<h5 class="card-title">Light card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's
content.</p>
</div>
</div>
</div>
<div class="col">
Column

<div class="row">
<div class="col">
<div
class="card text-bg-light mb-3"
style="max-width: 18rem;"
>
<div class="card-header">Header</div>
<div class="card-body">
<h5 class="card-title">Light card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the
card's content.</p>
</div>
</div>
</div>

<div class="col">
<div
class="card text-bg-light mb-3"
style="max-width: 18rem;"
>
<div class="card-header">Header</div>
<div class="card-body">
<h5 class="card-title">Light card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the
card's content.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</main>

<script src="verbose/bootstrap//js/bootstrap.min.js"></script>
Expand Down

0 comments on commit fa01b19

Please sign in to comment.