Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pragyanur committed Jul 21, 2023
1 parent 63748f9 commit 13319b2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ h4:hover {
}

.fixed {
background-image: url("../store/backgroundGIF.gif");
background-image: url("../store/background_felicity.gif");
background-blend-mode: multiply;
background-position: center;
background-color: #00000084;
font-size: 2vw;
padding: 1vw 2vw;
border: 1px rgb(255, 255, 255) solid;
Expand Down Expand Up @@ -202,8 +205,8 @@ h4:hover {
}

#socials a {
font-size: 30px;
padding: 10px 20px;
font-size: 20px;
padding: 10px 10px;
}

/* modal button css */
Expand Down Expand Up @@ -235,4 +238,4 @@ h4:hover {
padding: 20px;
border: 1px solid #ffffff;
width: 75%;
}
}
4 changes: 2 additions & 2 deletions pages/all_projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
</div>
</div>

<div style="height: 100px;">
<div style="height: 100px;"></div>

</div>
<div class="prjContainer">
<div class="prj">
<h1 class="prjTitle">Bubbles sketch using p5.js</h1>
Expand Down Expand Up @@ -58,6 +57,7 @@ <h1 class="prjTitle">Conway's Game of Life (simulation)</h1>
</div>
</div>

<div style="height: 100px;"></div>

<!-- Trigger/Open The Modal -->
<!-- The Modal -->
Expand Down
Binary file added store/background_felicity.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 13319b2

Please sign in to comment.