Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ekqiu authored May 11, 2024
1 parent 70b6f54 commit 5f584d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ <h1>Evan Khee</h1>
</div>
</body>
<style>
.jumbotron {margin-bottom: 30px}
.content {position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
</style>
</html>

0 comments on commit 5f584d6

Please sign in to comment.