<ahref="https://curvy-caribou-2c5.notion.site/iGEM-Notion-11010f1720c0805d8e12f4e8b2943349?pvs=4"target="_blank">Click here to view the Notion template</a>.
<ahref="https://curvy-caribou-2c5.notion.site/iGEM-Notion-11010f1720c0805d8e12f4e8b2943349?pvs=4"target="_blank">Click here to view the Notion template</a>.
</p>
</p>
<!-- Display three images side by side -->
<!-- Display three images side by side -->
<divclass="image-row">
<divclass="image-column">
<imgsrc="https://static.igem.wiki/teams/5306/notion-template/screenshot-2024-09-30-at-00-42-12.webp"alt="Screenshot 1 of Notion template"class="image-item"/>
<imgsrc="https://static.igem.wiki/teams/5306/notion-template/screenshot-2024-09-30-at-00-42-12.webp"alt="Screenshot 1 of Notion template"class="image-item"/>
<imgsrc="https://static.igem.wiki/teams/5306/notion-template/screenshot-2024-09-30-at-00-43-14.webp"alt="Screenshot 2 of Notion template"class="image-item"/>
<imgsrc="https://static.igem.wiki/teams/5306/notion-template/screenshot-2024-09-30-at-00-44-44-2.webp"alt="Screenshot 3 of Notion template"class="image-item"/>
<imgsrc="https://static.igem.wiki/teams/5306/notion-template/screenshot-2024-09-30-at-00-44-44-2.webp"alt="Screenshot 3 of Notion template"class="image-item"/>
</div>
</div>
</div>
</div>
...
@@ -268,16 +268,15 @@ h1, h3 {
...
@@ -268,16 +268,15 @@ h1, h3 {
margin-top:10px;
margin-top:10px;
}
}
.image-row{
.image-column{
display:flex;
/* This class can be omitted as images will stack vertically by default */
justify-content:space-between;
margin-top:1em;/* Optional: Adds spacing above the images */
margin-top:1em;
}
}
.image-item{
.image-item{
width:30%;/* Adjust this to control the image size */
width:100%;/* Make images full width of the container */
height:auto;
height:auto;/* Maintain aspect ratio */
border:1pxsolid#ccc;
margin-bottom:1em;/* Adds spacing between images */
border-radius:4px;
border:1pxsolid#ccc;/* Optional: Add border for visual separation */