Skip to content

Commit

Permalink
card update
Browse files Browse the repository at this point in the history
  • Loading branch information
shakti-vanani committed Sep 18, 2023
1 parent 6a93d96 commit 3c6c276
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@
Bca
<p>Bachlor Of Computer Application....</p>
<form action="semesters.php" method="POST">
<button class="btn btn-primary m-3" type="submit" name="semester">View Semester</button>
<button class="btn viral-card-2 m-3" type="submit" name="semester">View Semester</button>
</form>
</div>
<div class="col viral-card m-1">
B.com
<p>Bachlor Of Commerce....</p>
<form action="semesters.php" method="POST">
<button class="btn btn-primary m-3" type="submit" name="semester">view Semester</button>
<button class="btn viral-card-2 m-3" type="submit" name="semester">view Semester</button>
</form>
</div>
<div class="col viral-card m-1">
Bsc
<p>Bachlor Of Science....</p>
<form action="semesters.php" method="POST">
<button class="btn btn-primary m-3" type="submit" name="semester">View Semester</button>
<button class="btn viral-card-2 m-3" type="submit" name="semester">View Semester</button>
</form>
</div>
</div>
Expand Down

0 comments on commit 3c6c276

Please sign in to comment.