Skip to content

Commit

Permalink
fixed buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
onuralpArsln committed Jun 2, 2024
1 parent 05bd925 commit 5b78040
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions jqandbs/jqbs.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>


<style>
.card {
min-height: 600px;
}
</style>
</head>

<body>

Expand Down Expand Up @@ -56,13 +61,16 @@
<div class="alert alert-success" id="bootstrapAlert" style="display: none;">
This is a Bootstrap Alert! Which was hiddennnn until you came here
</div>
<button class="btn btn-success" id="succesBtn"> Wanna Click me ? </button>
<button class="btn btn-success" id="sadBtn"> Wanna Click me ? </button>
<div style="display: flex; flex-direction: row; ">
<button class="btn btn-info" style="margin: 10px;" id="succesBtn"> Wanna Click me ? </button>
<button class="btn btn-success" style="margin: 10px;" id="sadBtn"> Wanna Click me ? </button>


</div>
</div>



<!-- new card -->

<div class="card" id="bootcard">
Expand Down Expand Up @@ -106,6 +114,7 @@
</div>



<script>
// jQuery code to handle button click event
$(document).ready(function () {
Expand Down

0 comments on commit 5b78040

Please sign in to comment.