Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
NSmonish committed Mar 29, 2024
1 parent bd9de86 commit 2d3274d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ <h2 class="pb-2 border-bottom">Programs Offered</h2>
<div class="row g-4 pt-5 row-cols-1 row-cols-lg-3">
<div class="feature col progoff">
<div class="feature-icon d-inline-flex align-items-center justify-content-center text-bg-primary bg-gradient fs-2 mb-5">
<img src="./mortarboard.gif" width="100" class="rounded-3">
<img src="./mortarboard.gif" width="100" class="rounded-3 myDIV">
</div>
<h3 class="fs-1 myDIV" style="color: white;">3 UG</h3>
<ul class="hide">
Expand All @@ -426,7 +426,7 @@ <h3 class="fs-1 myDIV" style="color: white;">3 UG</h3>
</div>
<div class="feature col progoff">
<div class="feature-icon d-inline-flex align-items-center justify-content-center text-bg-primary bg-gradient fs-2 mb-5">
<img src="./graduate.gif" width="100" class="rounded-3">
<img src="./graduate.gif" width="100" class="rounded-3 myDIV">
</div>
<h3 class="fs-1 myDIV" style="color: white;">6 PG</h3>
<ul class="hide">
Expand All @@ -440,7 +440,7 @@ <h3 class="fs-1 myDIV" style="color: white;">6 PG</h3>
</div>
<div class="feature col progoff">
<div class="feature-icon d-inline-flex align-items-center justify-content-center text-bg-primary bg-gradient fs-2 mb-5">
<img src="./diploma.gif" width="100" class="rounded-3">
<img src="./diploma.gif" width="100" class="rounded-3 myDIV">
</div>
<h3 class="fs-1 myDIV" style="color: white;">Ph.D</h3>
<ul class="hide">
Expand Down

0 comments on commit 2d3274d

Please sign in to comment.