Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
FreezaSama authored Jan 3, 2025
1 parent b8ec77b commit 788e626
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
align-items: center;
justify-content: center;
background-color: white;
border-radius: 15px;
border-radius: 10px;
overflow: hidden;
}

Expand All @@ -50,6 +50,7 @@
}

button {
width: 300px;
padding: 10px 20px;
background-color: #4CAF50;
color: white;
Expand Down Expand Up @@ -83,7 +84,7 @@ <h1>AI FORGE</h1>

<div class="square">
<div class="image-box" id="referenceBox">
<img src="images/blue vase.jpg" alt="Blue Vase">
<img src="images/blue vase.jpg" alt="Blue Vase">
</div>
<button id="changeReference">Change Reference</button>
</div>
Expand Down

0 comments on commit 788e626

Please sign in to comment.