Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# **Queen Myelene** from **Trapped In A Dating Sim(Mobuseka)**
|
| 2 |
+
<u><b>Trigger Words:</b></u> **Mylene**, **mature female**, **grey hair**, **blue eyes**, **long hair**, **hime cut**
|
| 3 |
+
|
| 4 |
+
<u><b>Dress:</b></u> **white dress**, **long dress**, **dress bow**, **blue bow**, **blue sash**
|
| 5 |
+
|
| 6 |
+
<u><b>Ornaments & Accessories:</b></u> **blue hairband**, **bow hairband**, **necklace**, **pendant**
|
| 7 |
+
|
| 8 |
+
Previews (Illustrious):
|
| 9 |
+
<style>
|
| 10 |
+
.custom-table { width: 100%; }
|
| 11 |
+
.custom-table td { width: 33.33%; }
|
| 12 |
+
.custom-image-container { position: relative; overflow: hidden; border-radius: 0.5em; }
|
| 13 |
+
.custom-image { width: 100%; height: auto; border-radius: 0.5em; transition: transform 0.25s; }
|
| 14 |
+
.custom-image-container:hover .custom-image { transform: scale(1.2); }
|
| 15 |
+
</style>
|
| 16 |
+
|
| 17 |
+
<table class="custom-table">
|
| 18 |
+
<tr>
|
| 19 |
+
<td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P1.png"></div></td>
|
| 20 |
+
<td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P2.png"></div></td>
|
| 21 |
+
<td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P3.png"></div></td>
|
| 22 |
+
</tr>
|
| 23 |
+
<tr>
|
| 24 |
+
<td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P4.png"></div></td>
|
| 25 |
+
<td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P5.png"></div></td>
|
| 26 |
+
<td><div class="custom-image-container"><img class="custom-image" src="IllustriousPreview/P6.png"></div></td>
|
| 27 |
+
</tr>
|
| 28 |
+
</table>
|