Template:Testy: Difference between revisions

From WytheriaWiki
No edit summary
Tag: Manual revert
No edit summary
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
<style>
<div style="display: flex; border: 2px solid #FFFF00; padding: 10px;
/* Define a flex container for the 6 images */
.image-container {
   display: flex;
   display: flex;
   flex-wrap: wrap;
   flex-wrap: wrap;
}
/* Style the images within the container */
.image-container img {
   width: 100%; /* Make the images fill the container width */
   width: 100%; /* Make the images fill the container width */
   height: auto; /* Maintain aspect ratio */
   height: auto; /* Maintain aspect ratio */
}
  justify-content: center;
 
   border-left: none;
/* Use media queries to adjust the layout for mobile screens */
  border-right: none;
@media only screen and (max-width: 600px) {
   .image-container {
    flex-direction: column; /* Stack images vertically on smaller screens */
   }
   }
}
}">
</style>
    <div style="flex: 0 2 auto%; display: flex; justify-content: center; align-items: center;">
        {{{content1}}}
    </div>
    <div style="flex: 0 2 auto%; display: flex; justify-content: center; align-items: center;">
        {{{content2}}}
    </div>
    <div style="flex: 0 2 auto%; display: flex; justify-content: center; align-items: center;">
        {{{content3}}}
    </div>
    <div style="flex: 0 2 auto%; display: flex; justify-content: center; align-items: center;">
        {{{content4}}}
    </div>
    <div style="flex: 0 2 auto%; display: flex; justify-content: center; align-items: center;">
        {{{content5}}}
    </div>
    <div style="flex: 0 2 auto%; display: flex; justify-content: center; align-items: center;">
        {{{content6}}}
    </div>
    <div style="flex: 0 2 auto%; display: flex; justify-content: center; align-items: center;">
        {{{content7}}}
    </div>
</div>

Latest revision as of 00:53, 6 March 2026

       {{{content1}}}
       {{{content2}}}
       {{{content3}}}
       {{{content4}}}
       {{{content5}}}
       {{{content6}}}
       {{{content7}}}