Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunexiz authored Jul 29, 2024
1 parent e6d82f7 commit 1e83c7b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,24 @@
<meta property="og:url" content="https://cat.is-a.dev" />
<style>
body {
background-image: url('sisi.png');
background-image: url('dog.jpg');
background-size: cover;
font-family: Arial;
align-items: center;
justify-content: center;
align-items: center;
display: flex;
flex-direction: column;
height: 100vh; /* Add this line */
margin: 0; /* Add this line to remove default margin */
}

#instructions {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 20%;
max-width: 100%;
max-height: 50vh;
max-width: 100vw;
border-radius: 10px;
background-color: rgba(0, 0, 0, 0.5);
color: white;
Expand Down

0 comments on commit 1e83c7b

Please sign in to comment.