Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Couteaux123 committed Apr 17, 2024
1 parent e6b95bd commit cb0f624
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
17 changes: 4 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<link rel="stylesheet" href="./static/css/bulma-carousel.min.css">
<link rel="stylesheet" href="./static/css/bulma-slider.min.css">
<link rel="stylesheet" href="./static/css/fontawesome.all.min.css">
<link rel="stylesheet" href="./static/css/2image.css">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<link rel="stylesheet" href="./static/css/index.css">
Expand Down Expand Up @@ -259,20 +260,10 @@ <h2 class="title is-3">Visualization</h2>
</div>
</div>
<!--/ Method. -->
<div class="column">
<div class="content">

<img id="framework" src="./static/images/MOTheatmap.png">

</div>
</div>

<div class="column">
<div class="content">

<img id="framework" src="./static/images/AICheatmap.png">

</div>
<div class="image-container">
<img id="framework1" src="./static/images/MOTheatmap.png" alt="Image 1">
<img id="framework2" src="./static/images/AICheatmap.png" alt="Image 2">
</div>

</div>
Expand Down
9 changes: 9 additions & 0 deletions static/css/2image.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.image-container {
display: flex;
justify-content: center;
align-items: center;
}

.image-container img {
margin: 5px; /* 可以调整间距 */
}

0 comments on commit cb0f624

Please sign in to comment.