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 27, 2024
1 parent 7fc3769 commit e993c2a
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,28 @@
height: 100%;
width: 100%;
}

#instructions {
display: flex;
align-items: center;
justify-content: center;
height: 20%;
width: auto;
border-radius: 10px;
background-color: rgba(0, 0, 0, 0.5);
color: white;
border: none;
cursor: pointer;
margin: 10px;
padding: 10px;
}

#button-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%;
height: 80%;
width: 100%;
}

Expand All @@ -36,6 +52,10 @@
</style>
</head>
<body>
<div id="instructions">
<h2>Instructions</h2>
<p>- It's simple, just press 1 of the buttons to load an image of a cat. <br>- press the back button on your browser to return and click and see a new image (Or the same one).<br>- refresh the page to load new images.</p>
<div>
<div id="button-container"></div>
<script src="script.js"></script>
</body>
Expand Down

0 comments on commit e993c2a

Please sign in to comment.