Skip to content

Commit

Permalink
Merge pull request #45 from shubhanshurav/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Karamraj authored Oct 2, 2023
2 parents c760c86 + 591b84b commit f5316ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,15 +137,15 @@ <h3 class="fs-24 d-none d-md-block align-self-center pe-md-4 ms-md-5">easily fin
data-interval="2000">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://wallpaperaccess.com/full/2878928.jpg" class="carouselImage d-block rounded-4"
<img src="https://wallpaperaccess.com/full/2878928.jpg" class="d-block w-100 h-100 rounded-4"
alt="Picture of a boy rading a book">
</div>
<div class="carousel-item">
<img src=" https://wallpaperaccess.com/full/1771687.jpg" class="carouselImage d-block rounded-4"
<img src=" https://wallpaperaccess.com/full/1771687.jpg" class="d-block w-100 h-100 rounded-4"
alt="Picture of a boy rading a book">
</div>
<div class="carousel-item">
<img src=" https://wallpaperaccess.com/full/1692872.jpg" class="carouselImage d-block rounded-4"
<img src=" https://wallpaperaccess.com/full/1692872.jpg" class="d-block w-100 h-100 rounded-4"
alt="Picture of a boy rading a book">
</div>
<h3 class="d-block fs-38 position-absolute bottom-0 w-100 text-center py-5 mb-0 text-light bg-dark bg-opacity-50 rounded-4">Find any books you need!</h3>
Expand Down
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ h2::after {
}

.carousel {
margin: 1rem 1rem 1rem 1rem;
width: 65%;
margin: auto;
padding: 0 4rem;
}
.carouselImage {
Expand Down

0 comments on commit f5316ec

Please sign in to comment.