Difference between revisions of "Ambrosia/Gallery"

From City of Hope MUSH
Jump to navigation Jump to search
Line 1: Line 1:
 
{{#css:
 
{{#css:
  
.gallery {
+
ul#gallery {
  display: flex;
+
    align-content: center;
  align-items: center;
+
    align-items: center;
 +
    display: flex;
 +
    flex-flow: row wrap;
 +
    justify-content: center;
 +
    list-style: outside none none;
 +
    margin: 0;
 +
    position: relative;
 
}
 
}
  
a img {
+
ul#gallery img {
 
+
    border: 1px solid #461a00;
 +
    height: 100%;
 +
    margin: 5px;
 +
    min-width: 125px;
 +
    width: calc(100% - 12px);
 
}
 
}
  
 
}}
 
}}
<div class="gallery">
+
<ul id="gallery">
[[Image:Amb1.jpg|200px]][[Image:Amb3.jpg|232px]][[Image:Amb8.jpg|199px]][[Image:Amb5.jpg|200px]][[Image:Amb6.jpg|200px]][[Image:Amb2.jpg|194px]]
+
  <li>[[Image:Amb1.jpg|200px]]</li>
</div>
+
  <li>[[Image:Amb8.jpg|199px]]</li>
 +
  <li>[[Image:Amb5.jpg|200px]]</li>
 +
  <li>[[Image:Amb6.jpg|200px]]</li>
 +
  <li>[[Image:Amb2.jpg|194px]]</li>
 +
</ul>

Revision as of 14:54, 14 April 2021