Skip to content

Commit

Permalink
footer color
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyH11 committed Nov 23, 2023
1 parent d9c4753 commit 2bf7e18
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h2>Portfolio</h2>

</footer>

<footer style="text-align: center;">
<footer>
<br>
<p>Last Modified: 11/23/2023
<br>&copy; 2023 Roy Huang. All rights reserved.</p>
Expand Down
2 changes: 1 addition & 1 deletion java_cheet_sheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</body>

<footer style="text-align: center;">
<footer>
<br>
<p>&copy; 2023 Roy Huang. All rights reserved.</p>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion my_life.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h2>I Like Cooking</h2>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</body>

<footer style="text-align: center;">
<footer>
<br>
<p>&copy; 2023 Roy Huang. All rights reserved.</p>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h2>Leadership & Involvement</h2>
</body>


<footer style="text-align: center;">
<footer>
<br>
<p>&copy; 2023 Roy Huang. All rights reserved.</p>
</footer>
Expand Down
7 changes: 6 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ body {
background-color: #fff;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
background-color: rgba(255, 255, 255, 0.8);
background-color: rgba(255, 255, 255, 0.75);

}

Expand Down Expand Up @@ -180,4 +180,9 @@ nav ul li {
display: flex;
justify-content: center;
align-items: center;
}

footer {
color: rgba(255, 255, 255, 0.75);
text-align: center;
}

0 comments on commit 2bf7e18

Please sign in to comment.