Skip to content

Commit

Permalink
project height
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeHarshly committed Oct 22, 2023
1 parent 6cc3fa6 commit aa84863
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
6 changes: 3 additions & 3 deletions css/Main.css
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ body.loaded .preloader {
grid-template-columns: repeat(2, 1fr);
width: 180%;
}
.projects-box img{
height: auto;
}
.project-box>img{
height: 12rem;
}
}
10 changes: 4 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,10 @@ <h2>WEBSITE</h2>
</div>
</div>
<div class="project-box">
<div class="projects-box">
<img src="images/game1.jpg" alt="">
<div class="project-layer">
<h2>BUILDING BLOXX</h2>
<p>Workng on it</p>
</div>
<img src="images/game1.jpg" alt="">
<div class="project-layer">
<h2>BUILDING BLOXX</h2>
<p>Workng on it</p>
</div>
</div>
</div>
Expand Down

0 comments on commit aa84863

Please sign in to comment.