Skip to content

Commit

Permalink
FixLayout
Browse files Browse the repository at this point in the history
  • Loading branch information
iamthighs committed Nov 14, 2023
1 parent 9dd2d15 commit 0035e47
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ <h1 class="fw-bolder text-light">
</header>
<!-- Main page content-->
<div class="container-xl px-4 mt-n15">
<div class="row">
<div class="row justify-content-center">
<div class="col-xl-4 mb-3">
<!-- Illustration dashboard card example-->
<div class="card lift shadow-none rounded-xl mb-3 border-purple">
Expand Down Expand Up @@ -492,25 +492,7 @@ <h3 class="fw-bolder">SCAN ME</h3>
</div>
</div>
</div>
<div class="col-xl-4 mb-3">
<!-- Illustration dashboard card example-->
<div class="card lift shadow-none rounded-xl mb-3 border-purple">
<div class="card-body py-5">
<div class="d-flex flex-column justify-content-center align-items-center">
<img class="img-fluid mb-4" src="assets/img/3.png" alt="" style="height: 7rem; width: 7rem;" />
<div class="text-center px-0 px-lg-5">
<h3 class="fw-bolder">CP-BIOWAR I</h3>
<p class="text-dark mb-4 small">A Mobile Game Development that was inspired by the third-person shoot ‘em up games like Everwing, Bio Hazard Battle, Galaga, and Space Invaders.</p>
<p>
<span class="badge bg-purple-soft text-purple">C#</span>
<span class="badge bg-purple-soft text-purple">Unity</span>
<span class="badge bg-purple-soft text-purple">Mobile Game Development</span>
</p>
</div>
</div>
</div>
</div>
</div>

<div class="col-xl-4 mb-3">
<!-- Illustration dashboard card example-->
<div class="card lift shadow-none rounded-xl mb-3 border-purple">
Expand Down Expand Up @@ -569,6 +551,25 @@ <h3 class="fw-bolder">CRUD App</h3>
</div>
</div>
</div>
<div class="col-xl-4 mb-3">
<!-- Illustration dashboard card example-->
<div class="card lift shadow-none rounded-xl mb-3 border-purple">
<div class="card-body py-5">
<div class="d-flex flex-column justify-content-center align-items-center">
<img class="img-fluid mb-4" src="assets/img/3.png" alt="" style="height: 7rem; width: 7rem;" />
<div class="text-center px-0 px-lg-5">
<h3 class="fw-bolder">CP-BIOWAR I</h3>
<p class="text-dark mb-4 small">A Mobile Game Development that was inspired by the third-person shoot ‘em up games like Everwing, Bio Hazard Battle, Galaga, and Space Invaders.</p>
<p>
<span class="badge bg-purple-soft text-purple">C#</span>
<span class="badge bg-purple-soft text-purple">Unity</span>
<span class="badge bg-purple-soft text-purple">Mobile Game Development</span>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Main page content-->
Expand Down

0 comments on commit 0035e47

Please sign in to comment.