Difference between revisions of "Ambrosia/Gallery"

From City of Hope MUSH
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Image:Amb1.jpg|200px]][[Image:Amb3.jpg|232px]][[Image:Amb8.jpg|199px]][[Image:Amb5.jpg|200px]][[Image:Amb6.jpg|200px]][[Image:Amb2.jpg|194px]]
+
{{#css:
 +
 
 +
ul#gallery {
 +
    align-content: center;
 +
    align-items: center;
 +
    display: flex;
 +
    flex-flow: row wrap;
 +
    justify-content: center;
 +
    list-style: outside none none;
 +
    margin: 0;
 +
    position: relative;
 +
}
 +
 
 +
ul#gallery img {
 +
    border: 1px solid #461a00;
 +
    border-radius: 5px;
 +
    height: 300px;
 +
    margin: 5px;
 +
    min-width: 125px;
 +
    width: 200px;
 +
}
 +
 
 +
}}
 +
<ul id="gallery">
 +
  <li>[[Image:Amb1.jpg|200px]]</li>
 +
  <li>[[Image:Amb8.jpg|199px]]</li>
 +
  <li>[[Image:Amb5.jpg|200px]]</li>
 +
  <li>[[Image:Amb6.jpg|200px]]</li>
 +
  <li>[[Image:Amb2.jpg|194px]]</li>
 +
  <li>[[Image:Ambrosia_4.jpg|200px]]</li>
 +
  <li>[[Image:Ambrosia_5.jpg|200px]]</li>
 +
  <li>[[Image:Ambrosia_6.jpg|200px]]</li>
 +
  <li>[[Image:Ambrosia_8.jpg|208px]]</li>
 +
</ul>

Latest revision as of 05:51, 15 April 2021