Update README.md
Browse files
README.md
CHANGED
|
@@ -7,4 +7,26 @@ library_name: diffusers
|
|
| 7 |
|
| 8 |
<u><b>Outfit:</b></u> **white shirt**, **collared shirt**, **blue skirt**
|
| 9 |
|
| 10 |
-
<u><b>Extras:</b></u> **collarbone**, **cleavage**, **pencil skirt**, **dress shirt**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
|
| 8 |
<u><b>Outfit:</b></u> **white shirt**, **collared shirt**, **blue skirt**
|
| 9 |
|
| 10 |
+
<u><b>Extras:</b></u> **collarbone**, **cleavage**, **pencil skirt**, **dress shirt**
|
| 11 |
+
|
| 12 |
+
Previews (Illustrious):
|
| 13 |
+
<style>
|
| 14 |
+
.custom-table { width: 100%; }
|
| 15 |
+
.custom-table td { width: 33.33%; }
|
| 16 |
+
.custom-image-container { position: relative; overflow: hidden; border-radius: 0.5em; }
|
| 17 |
+
.custom-image { width: 100%; height: auto; border-radius: 0.5em; transition: transform 0.25s; }
|
| 18 |
+
.custom-image-container:hover .custom-image { transform: scale(1.2); }
|
| 19 |
+
</style>
|
| 20 |
+
|
| 21 |
+
<table class="custom-table">
|
| 22 |
+
<tr>
|
| 23 |
+
<td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P1.png"></div></td>
|
| 24 |
+
<td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P2.png"></div></td>
|
| 25 |
+
<td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P3.png"></div></td>
|
| 26 |
+
</tr>
|
| 27 |
+
<tr>
|
| 28 |
+
<td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P4.png"></div></td>
|
| 29 |
+
<td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P5.png"></div></td>
|
| 30 |
+
<td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P6.png"></div></td>
|
| 31 |
+
</tr>
|
| 32 |
+
</table>
|