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 fe497cb commit 2472e80
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@
.image-box {
width: 300px;
height: 300px;
border: 2px dashed #ccc;
border: 2px solid #ccc;
margin-bottom: 15px;
display: flex;
align-items: center;
justify-content: center;
background-color: white;
border-radius: 15px;
overflow: hidden;
}

.image-box img {
Expand Down Expand Up @@ -81,9 +83,9 @@ <h1>AI FORGE</h1>

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

<div class="square">
Expand Down

0 comments on commit 2472e80

Please sign in to comment.