Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,33 @@ <h2 class="pd-15">SImple Button</h2>
</div>
</section>

<section id="colored" class="mycenter">
<div class="container">
<h2 class="pd-15">SImple Button Practical Uses</h2>

<p class="bt " href="">Which color background will you want to suggest for the background of this page<br></p>
<center>
<div class="row">
<p class="bt-danger" href="">red </p>
<p class="bt-peace" href="">white</p>
<p class="bt-primary" href="">deep blue</p>
<p class="bt-aqua" href="">aqua</p>
<p class="bt-warning" href="">yellow</p>
<p class="bt-lime" href="">lime</p>
<p class="bt-success" href="">green</p>
<p class="bt-dark" href="">black</p>

</div>
</center>
</div>
</section>







<section id="hover" class="mycenter">
<div class="container">
<h2 class="pd-15">Hover Button</h2>
Expand Down