Template:Testy: Difference between revisions

From WytheriaWiki
No edit summary
No edit summary
Line 6: Line 6:


/* Style the images within the container */
/* Style the images within the container */
.image-container img {
.Testy 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 */
Line 13: Line 13:
/* Use media queries to adjust the layout for mobile screens */
/* Use media queries to adjust the layout for mobile screens */
@media only screen and (max-width: 600px) {
@media only screen and (max-width: 600px) {
   .image-container {
   .Testy {
     flex-direction: column; /* Stack images vertically on smaller screens */
     flex-direction: column; /* Stack images vertically on smaller screens */
   }
   }

Revision as of 23:06, 20 June 2024

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