Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
idakandrew authored May 30, 2024
1 parent 71a727a commit 789a3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<script>
document.title = "Andrew's Site";
document.body.style.backgroundImage = "url('BG.jpg')";
</script>

<html>
Expand All @@ -21,6 +20,7 @@ <h1>Andrew's Site</h1>
margin: auto;
text-align: center;
font-family: helvetica, sans-serif;
background-image: url("BG.jpg");
}
h1 {
font-size: 5vw;
Expand Down

0 comments on commit 789a3d6

Please sign in to comment.