Template:Testy: Difference between revisions

From WytheriaWiki
No edit summary
Tag: Reverted
No edit summary
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style> display: flex; flex-wrap: wrap; width: 100%; height: auto; flex-direction: row; justify-content: center;">
<div style="display: flex; border: 2px solid #FFFF00; padding: 10px;
     <div style="flex: 0 2 20%; display: flex; justify-content: center; align-items: center;">
  display: flex;
  flex-wrap: wrap;
  width: 100%; /* Make the images fill the container width */
  height: auto; /* Maintain aspect ratio */
  justify-content: center;
  border-left: none;
  border-right: none;
  }
}">
    <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>
</div>
</div>

Latest revision as of 00:53, 6 March 2026

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