ray1001 commited on
Commit
0ef3615
1 Parent(s): 9b6ad34

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +118 -16
README.md CHANGED
@@ -2,6 +2,44 @@
2
  <br>
3
 
4
  - ## Alpha Centauri
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  designed for cute girls
6
  <br> **Alpha-B** has specific face type(smooth which I like), try it!
7
  <br> (loli:1.5) or more recommended
@@ -10,35 +48,99 @@
10
  <br> - *01_A3* = AlmondGrapeMix x 0.35 + BACLA-MIX x 0.4 + Coppermix_Gamma x 0.25
11
  <br> **Alpha Centauri A** = *01_A1* x 0.15 + *01_A2* x 0.25 + *01_A3* x 0.6
12
  <br> **Alpha Centauri B** = *01_A2* itself
13
- <table>
14
- <tr>
15
- <td><img src="https://ac-p2.namu.la/20230308sac/7c460eddfc1e174b8750605446aab0a8787bba249182f428ecfadf7c8790e9be.png?type=orig" height="300px" width="200px"></td><td><img src="https://ac-p2.namu.la/20230308sac/99e08a25a680c69ab2978d3b426381c50d6b275a42d5b15580dac72338c3248a.png?type=orig" height="300px" width="200px"></td><td><img src="https://ac-p2.namu.la/20230308sac/609cef7a9a0cc92d8ef7da786f2264ca4ef0997f6ea7abf423457ca19265b288.png?type=orig" height="300px" width="400px"></td>
16
- </tr>
17
- </table>
18
 
19
  <br><br>
20
 
21
  - ## Beta Centauri
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  designed for girls little bit older than **Alpha-A**
23
  <br> has specific face type (kinda sharp, cute when strong loli tag is used)
24
  <br><br> **Beta Centauri** = 7pa x 0.3 + Counterfeit-v2.5 x 0.4 + *01_A1* x 0.3
25
 
26
- <table>
27
- <tr>
28
- <td><img src="https://ac-p2.namu.la/20230308sac/db9f25d3a1fb5521d53acceed24da64590f7fabeb20721405b86117b6af31bc3.png?type=orig" height="300px" width="200px"/></td><td><img src="https://ac-p2.namu.la/20230308sac/6789643abefca668b87f9c399768d6ff2e3676fdab19bb31026c435d158560a7.png?type=orig" height="300px" width="200px"/></td><td><img src="https://ac-p2.namu.la/20230308sac/3c8b082695508a673b6ea2d0229acda4f4df7a0886b452906392defbff559677.png?type=orig" height="300px" width="200px"/></td>
29
- </tr>
30
- </table>
31
  <br><br>
32
 
33
 
34
  - ## Theta Centauri
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  designed for girls little bit older than **Alpha-A + (loli:1.5)**, different face type from **Beta**
36
  <br> EasyNegative Recommended, but not a requirement
37
  <br><br> **Theta Centauri** = CherryBlossomMix x 0.3 + Anything-v4.5 x 0.3 + reversalSigma x 0.4
38
- <table>
39
- <tr>
40
- <td><img src="https://ac-p2.namu.la/20230308sac/1a35d497bd4657e3ba542313578a90846d6c1dab0f08a59f65eb84821f9c497d.png?type=orig" height="300px" width="200px"/></td><td><img src="https://cdn.discordapp.com/attachments/1047069007733329961/1083073896447754260/03050-2411852086-28-5.5-DPM_2M_Karras.png" height="300px" width="200px"/></td><td><img src="https://ac-p2.namu.la/20230308sac/a7420f456bed6aaf536ccd08e539c1e41742810a6047e66444ed3fd6d250ca21.png?type=orig" height="300px" width="200px"/></td>
41
- </tr>
42
- </table>
43
-
44
  <br><br>
 
2
  <br>
3
 
4
  - ## Alpha Centauri
5
+ <!-- HTML -->
6
+ <div class="grid-image">
7
+ <img src="https://ac-p2.namu.la/20230308sac/7c460eddfc1e174b8750605446aab0a8787bba249182f428ecfadf7c8790e9be.png" height="300px" width="200px"/>
8
+ <img src="https://ac-p2.namu.la/20230308sac/99e08a25a680c69ab2978d3b426381c50d6b275a42d5b15580dac72338c3248a.png" height="300px" width="200px"/>
9
+ <img src="https://ac-p2.namu.la/20230308sac/609cef7a9a0cc92d8ef7da786f2264ca4ef0997f6ea7abf423457ca19265b288.png" height="300px" width="400px"/>
10
+ </div>
11
+
12
+ <style>
13
+ /* CSS */
14
+ .grid-image {
15
+ display:flex;
16
+ flex-wrap:wrap;
17
+ align-items:flex-start;
18
+ margin:30px 0;
19
+ }
20
+ .grid-image img {
21
+ width:calc(33.333% - 10px);
22
+ margin:0 15px 15px 0;
23
+ }
24
+ .grid-image img:nth-of-type(3n),
25
+ .grid-image img:last-child {
26
+ margin-right:0;
27
+ }
28
+ @media screen and (max-width:640px){
29
+ .grid-image img {
30
+ width:calc(50% - 15px);
31
+ }
32
+ }
33
+ @media screen and (max-width:480px){
34
+ .grid-image img:nth-of-type(2n) {
35
+ margin-right:0;
36
+ }
37
+ .grid-image img:nth-of-type(3n) {
38
+ margin-right:15px;
39
+ }
40
+ }
41
+ </style>
42
+
43
  designed for cute girls
44
  <br> **Alpha-B** has specific face type(smooth which I like), try it!
45
  <br> (loli:1.5) or more recommended
 
48
  <br> - *01_A3* = AlmondGrapeMix x 0.35 + BACLA-MIX x 0.4 + Coppermix_Gamma x 0.25
49
  <br> **Alpha Centauri A** = *01_A1* x 0.15 + *01_A2* x 0.25 + *01_A3* x 0.6
50
  <br> **Alpha Centauri B** = *01_A2* itself
 
 
 
 
 
51
 
52
  <br><br>
53
 
54
  - ## Beta Centauri
55
+
56
+ <!-- HTML -->
57
+ <div class="grid-image">
58
+ <img src="https://ac-p2.namu.la/20230308sac/db9f25d3a1fb5521d53acceed24da64590f7fabeb20721405b86117b6af31bc3.png" height="300px" width="200px"/>
59
+ <img src="https://ac-p2.namu.la/20230308sac/6789643abefca668b87f9c399768d6ff2e3676fdab19bb31026c435d158560a7.png" height="300px" width="200px"/>
60
+ <img src="https://ac-p2.namu.la/20230308sac/3c8b082695508a673b6ea2d0229acda4f4df7a0886b452906392defbff559677.png" height="300px" width="200px"/>
61
+ </div>
62
+
63
+ <style>
64
+ /* CSS */
65
+ .grid-image {
66
+ display:flex;
67
+ flex-wrap:wrap;
68
+ align-items:flex-start;
69
+ margin:30px 0;
70
+ }
71
+ .grid-image img {
72
+ width:calc(33.333% - 10px);
73
+ margin:0 15px 15px 0;
74
+ }
75
+ .grid-image img:nth-of-type(3n),
76
+ .grid-image img:last-child {
77
+ margin-right:0;
78
+ }
79
+ @media screen and (max-width:640px){
80
+ .grid-image img {
81
+ width:calc(50% - 15px);
82
+ }
83
+ }
84
+ @media screen and (max-width:480px){
85
+ .grid-image img:nth-of-type(2n) {
86
+ margin-right:0;
87
+ }
88
+ .grid-image img:nth-of-type(3n) {
89
+ margin-right:15px;
90
+ }
91
+ }
92
+ </style>
93
+
94
  designed for girls little bit older than **Alpha-A**
95
  <br> has specific face type (kinda sharp, cute when strong loli tag is used)
96
  <br><br> **Beta Centauri** = 7pa x 0.3 + Counterfeit-v2.5 x 0.4 + *01_A1* x 0.3
97
 
 
 
 
 
 
98
  <br><br>
99
 
100
 
101
  - ## Theta Centauri
102
+
103
+ <!-- HTML -->
104
+ <div class="grid-image">
105
+ <img src="https://ac-p2.namu.la/20230308sac/1a35d497bd4657e3ba542313578a90846d6c1dab0f08a59f65eb84821f9c497d.png" height="300px" width="200px"/>
106
+ <img src="https://cdn.discordapp.com/attachments/1047069007733329961/1083073896447754260/03050-2411852086-28-5.5-DPM_2M_Karras.png" height="300px" width="200px"/>
107
+ <img src="https://ac-p2.namu.la/20230308sac/a7420f456bed6aaf536ccd08e539c1e41742810a6047e66444ed3fd6d250ca21.png" height="300px" width="200px"/>
108
+ </div>
109
+
110
+ <style>
111
+ /* CSS */
112
+ .grid-image {
113
+ display:flex;
114
+ flex-wrap:wrap;
115
+ align-items:flex-start;
116
+ margin:30px 0;
117
+ }
118
+ .grid-image img {
119
+ width:calc(33.333% - 10px);
120
+ margin:0 15px 15px 0;
121
+ }
122
+ .grid-image img:nth-of-type(3n),
123
+ .grid-image img:last-child {
124
+ margin-right:0;
125
+ }
126
+ @media screen and (max-width:640px){
127
+ .grid-image img {
128
+ width:calc(50% - 15px);
129
+ }
130
+ }
131
+ @media screen and (max-width:480px){
132
+ .grid-image img:nth-of-type(2n) {
133
+ margin-right:0;
134
+ }
135
+ .grid-image img:nth-of-type(3n) {
136
+ margin-right:15px;
137
+ }
138
+ }
139
+ </style>
140
+
141
  designed for girls little bit older than **Alpha-A + (loli:1.5)**, different face type from **Beta**
142
  <br> EasyNegative Recommended, but not a requirement
143
  <br><br> **Theta Centauri** = CherryBlossomMix x 0.3 + Anything-v4.5 x 0.3 + reversalSigma x 0.4
144
+
145
+
 
 
 
 
146
  <br><br>