Skip to content

Commit

Permalink
Merge pull request #193 from amey-SN/Grid-fix
Browse files Browse the repository at this point in the history
Fixed the grid issue at bottom
  • Loading branch information
vikhyatsingh123 authored Oct 10, 2022
2 parents fe9439f + 0165409 commit b7bfe5e
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1801,6 +1801,8 @@ <h5 class="card-title">Plant Elemental</h5>
</div>
</div>
</div>


<div class="col-lg-4 mb-4">
<div class="card">
<img class="card-img-top" src="images/burphy.jpg" alt="fire" />
Expand All @@ -1813,7 +1815,9 @@ <h5 class="card-title">Burpy</h5>
</div>
</div>
</div>
</div>
<!-- </div> -->


<div class="col-lg-4 mb-4">
<div class="card">
<img class="card-img-top" src="images/Electric_Elemental.png" alt="fire" />
Expand All @@ -1826,6 +1830,8 @@ <h5 class="card-title">Electric Elemental</h5>
</div>
</div>
</div>


<div class="col-lg-4 mb-4">
<div class="card">
<img class="card-img-top" src="images/slug.png" alt="black" />
Expand All @@ -1838,7 +1844,12 @@ <h5 class="card-title">Negashade</h5>
</div>
</div>
</div>
</div>
<!-- </div> extra div found -->





<div class="col-lg-4 mb-4">
<div class="card">
<img class="card-img-top" src="images/Psychic.png" alt="fire" />
Expand All @@ -1852,10 +1863,15 @@ <h5 class="card-title">Psychic Elemental</h5>
</div>
</div>
</section>


<footer>
<h1></h1>
<a href="#top" class="back-to-top"><i class="fas fa-angle-up fa-4x backToTop"></i></a>
</footer>



<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
Expand Down

0 comments on commit b7bfe5e

Please sign in to comment.