Skip to content

Commit

Permalink
update cards
Browse files Browse the repository at this point in the history
  • Loading branch information
NishantKuthe committed Oct 28, 2023
1 parent 5fe15db commit 7e40a39
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,13 +201,14 @@ <h1 class="font-color">About Us</h1>
<input type="radio" name="slider" id="item-3" />
<div class="cards">
<label class="cardt" for="item-1" id="col-img-1">
<img src="./img/carousel-img1.jpg" />

<img src="./img/carousel-img4.jpg" />
</label>
<label class="cardt" for="item-2" id="col-img-2">
<img src="./img/carousel-img2.jpg" />
<img src="./img/carousel-img5.jpg" />
</label>
<label class="cardt" for="item-3" id="col-img-3">
<img src="./img/carousel-img3.jpg" />
<img src="./img/carousel-img6.jpg" />
</label>
</div>
</div>
Expand Down

0 comments on commit 7e40a39

Please sign in to comment.