Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
idakandrew authored Jun 12, 2024
1 parent 467efea commit deb8d5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ <h1>Andrew's Site</h1>
<style>
html {
min-height: 100%;
background-image: url("BG.jpg");
background-size: cover;
background-repeat: no-repeat;
}
body {
max-width: fit-content;
margin: auto;
text-align: center;
font-family: helvetica, sans-serif;
color: white;
background-image: url("BG.jpg");
background-size: cover;
background-repeat: no-repeat;
}
h1 {
font-size: 5vw;
Expand Down

0 comments on commit deb8d5d

Please sign in to comment.