ray1001 commited on
Commit
7c30dbc
1 Parent(s): 3a9d82c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +94 -0
README.md CHANGED
@@ -3,22 +3,116 @@ Shukusei!
3
  Special thanks to canister
4
 
5
  - ## Requiem-BA+10
 
6
  <div class="grid-image">
7
  <img src="https://cdn.discordapp.com/attachments/979612332441362452/1172847449598074890/bsdf1.png" height="300px" width="200px"/>
8
  <img src="https://cdn.discordapp.com/attachments/979612332441362452/1172846942678679614/bsdf.png" height="300px" width="200px"/>
9
  </div>
10
  Base*0.5 + BA+10*0.5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
 
12
  - ## Requiem-monolotus
 
13
  <div class="grid-image">
14
  <img src="https://cdn.discordapp.com/attachments/979612332441362452/1172847762744807545/csdf.png" height="300px" width="200px"/>
15
  <img src="https://cdn.discordapp.com/attachments/979612332441362452/1172847763466223656/csdf1.png" height="300px" width="200px"/>
16
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  Base*0.25 + monolotus*0.75
18
 
19
  - ## Requiem-Gamma
 
20
  <div class="grid-image">
21
  <img src="https://cdn.discordapp.com/attachments/979612332441362452/1172846820544753674/asdf.png" height="300px" width="200px"/>
22
  <img src="https://cdn.discordapp.com/attachments/979612332441362452/1172848364010881034/asdf1.png" height="300px" width="200px"/>
23
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  Bse*0.3 + Gamma*0.7
 
3
  Special thanks to canister
4
 
5
  - ## Requiem-BA+10
6
+ <!-- HTML -->
7
  <div class="grid-image">
8
  <img src="https://cdn.discordapp.com/attachments/979612332441362452/1172847449598074890/bsdf1.png" height="300px" width="200px"/>
9
  <img src="https://cdn.discordapp.com/attachments/979612332441362452/1172846942678679614/bsdf.png" height="300px" width="200px"/>
10
  </div>
11
  Base*0.5 + BA+10*0.5
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
  - ## Requiem-monolotus
44
+ <!-- HTML -->
45
  <div class="grid-image">
46
  <img src="https://cdn.discordapp.com/attachments/979612332441362452/1172847762744807545/csdf.png" height="300px" width="200px"/>
47
  <img src="https://cdn.discordapp.com/attachments/979612332441362452/1172847763466223656/csdf1.png" height="300px" width="200px"/>
48
  </div>
49
+ <style>
50
+ /* CSS */
51
+ .grid-image {
52
+ display:flex;
53
+ flex-wrap:wrap;
54
+ align-items:flex-start;
55
+ margin:30px 0;
56
+ }
57
+ .grid-image img {
58
+ width:calc(33.333% - 10px);
59
+ margin:0 15px 15px 0;
60
+ }
61
+ .grid-image img:nth-of-type(3n),
62
+ .grid-image img:last-child {
63
+ margin-right:0;
64
+ }
65
+ @media screen and (max-width:640px){
66
+ .grid-image img {
67
+ width:calc(50% - 15px);
68
+ }
69
+ }
70
+ @media screen and (max-width:480px){
71
+ .grid-image img:nth-of-type(2n) {
72
+ margin-right:0;
73
+ }
74
+ .grid-image img:nth-of-type(3n) {
75
+ margin-right:15px;
76
+ }
77
+ }
78
+ </style>
79
+
80
  Base*0.25 + monolotus*0.75
81
 
82
  - ## Requiem-Gamma
83
+ <!-- HTML -->
84
  <div class="grid-image">
85
  <img src="https://cdn.discordapp.com/attachments/979612332441362452/1172846820544753674/asdf.png" height="300px" width="200px"/>
86
  <img src="https://cdn.discordapp.com/attachments/979612332441362452/1172848364010881034/asdf1.png" height="300px" width="200px"/>
87
  </div>
88
+ <style>
89
+ /* CSS */
90
+ .grid-image {
91
+ display:flex;
92
+ flex-wrap:wrap;
93
+ align-items:flex-start;
94
+ margin:30px 0;
95
+ }
96
+ .grid-image img {
97
+ width:calc(33.333% - 10px);
98
+ margin:0 15px 15px 0;
99
+ }
100
+ .grid-image img:nth-of-type(3n),
101
+ .grid-image img:last-child {
102
+ margin-right:0;
103
+ }
104
+ @media screen and (max-width:640px){
105
+ .grid-image img {
106
+ width:calc(50% - 15px);
107
+ }
108
+ }
109
+ @media screen and (max-width:480px){
110
+ .grid-image img:nth-of-type(2n) {
111
+ margin-right:0;
112
+ }
113
+ .grid-image img:nth-of-type(3n) {
114
+ margin-right:15px;
115
+ }
116
+ }
117
+ </style>
118
  Bse*0.3 + Gamma*0.7