Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mingtiannihao authored Oct 22, 2024
1 parent 590faf0 commit ced66b3
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -316,17 +316,18 @@
</div>
<hr>

<div style="text-align: center;">
<p style="font-size: 30px; font-weight: bold;"> 768 &times; 768</p>
<div class="container">
<div class="div-item">
<div style="text-align: center;">
<p style="font-size: 30px; font-weight: bold;"> 768 &times; 768</p>
<div class="container" style="max-width: 1000px; margin: auto;">
<div class="div-item">
<div class='card card-1'>
<div class='card-image'>
<img class='lazy' src='HiCo\results\final_combined_image_fuse_a.jpg' alt='.' width='100%'>
<div class='card-image'>
<img class='lazy' src='HiCo\results\final_combined_image_fuse_a.jpg' alt='.' width='100%' height="auto" style="max-width: 768px;">
</div>
</div>
</div>
</div>
</div>



<div class="div-item">
Expand Down

0 comments on commit ced66b3

Please sign in to comment.