Skip to content

Commit

Permalink
improved color of portfolio layers on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
theprinceraj committed Jul 22, 2023
1 parent d28a678 commit 2a71305
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ span {
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(rgba(0, 0, 0, 0.1), var(--main-color));
background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 1));
display: flex;
justify-content: center;
align-items: center;
Expand Down
Binary file removed images/portfolio3.jpg
Binary file not shown.
Binary file added images/portfolio3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 4 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,14 +136,11 @@ <h4>Golf Website</h4>
</div>
</div>
<div class="portfolio-box">
<img src="./images/portfolio3.jpg" alt="portfolio1" />
<img src="./images/portfolio3.png" alt="portfolio1" />
<div class="portfolio-layer">
<h4>Web Design</h4>
<p>
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Laborum,
error.
</p>
<a href="#"><i class="bx bx-link-external"></i></a>
<h4>Dance Website</h4>
<p>A good looking website for any dance company!</p>
<a href="https://github.com/theprinceraj/Dance-Company-Website" target="_blank"><i class="bx bx-link-external"></i></a>
</div>
</div>
<div class="portfolio-box">
Expand Down

0 comments on commit 2a71305

Please sign in to comment.