|
28 | 28 | <!-- # # アイコンの設定 # # -->
|
29 | 29 | <link rel="apple-touch-icon" sizes="1024x1024" href="../kiss_icon.png">
|
30 | 30 | <link rel="icon" type="image/x-icon" href="../kiss_icon.png">
|
| 31 | + <style> |
| 32 | + table{width: 90%;} |
| 33 | + table tr th p{color: white;} |
| 34 | + @media screen and (max-width: 1080px){table tr th p{font-size: 2.0rem;}} |
| 35 | + @media screen and (max-width: 980px){table tr th p{font-size: 1.4rem;}} |
| 36 | + </style> |
31 | 37 | </head>
|
32 | 38 |
|
33 | 39 | <!-- #### 内容 #### -->
|
|
53 | 59 |
|
54 | 60 | <!-- # LEC-CS001 # -->
|
55 | 61 | <h3>Lemon 1200 Blue</h3>
|
56 |
| - <table width="90%"> |
| 62 | + <table> |
57 | 63 | <tr>
|
58 | 64 | <th bgcolor="#b3fffa">
|
59 |
| - <p style="color: white;">SKY</p> |
60 |
| - <p style="color: white;">#B3FFFA</p> |
| 65 | + <p>SKY</p> |
| 66 | + <p>#B3FFFA</p> |
61 | 67 | </th>
|
62 | 68 |
|
63 | 69 | <th bgcolor="#5152ff">
|
64 |
| - <p style="color: white;">Blue</p> |
65 |
| - <p style="color: white;">#5152FF</p> |
| 70 | + <p>Blue</p> |
| 71 | + <p>#5152FF</p> |
66 | 72 | </th>
|
67 | 73 |
|
68 | 74 | <th bgcolor="#51ffe0">
|
69 |
| - <p style="color: white;">B+G</p> |
70 |
| - <p style="color: white;">#51FFE0</p> |
| 75 | + <p>B+G</p> |
| 76 | + <p>#51FFE0</p> |
71 | 77 | </th>
|
72 | 78 |
|
73 | 79 | <th bgcolor="#51ffa0">
|
74 |
| - <p style="color: white;">Green</p> |
75 |
| - <p style="color: white;">#51FFA0</p> |
| 80 | + <p>Green</p> |
| 81 | + <p>#51FFA0</p> |
76 | 82 | </th>
|
77 | 83 |
|
78 | 84 | <th bgcolor="#85f1ff">
|
79 |
| - <p style="color: white;">KDE</p> |
80 |
| - <p style="color: white;">#85F1FF</p> |
| 85 | + <p>KDE</p> |
| 86 | + <p>#85F1FF</p> |
81 | 87 | </th>
|
82 | 88 | </tr>
|
83 | 89 | </table>
|
84 | 90 |
|
85 | 91 | <!-- # LEC-CS002 # -->
|
86 | 92 | <h3>Lemon 1550 Core</h3>
|
87 |
| - <table width="90%"> |
| 93 | + <table> |
88 | 94 | <tr>
|
89 | 95 | <th bgcolor="#ac6aff">
|
90 |
| - <p style="color: white;">Dark</p> |
91 |
| - <p style="color: white;">#AC6AFF</p> |
| 96 | + <p>Dark</p> |
| 97 | + <p>#AC6AFF</p> |
92 | 98 | </th>
|
93 | 99 |
|
94 | 100 | <th bgcolor="#8a6aff">
|
95 |
| - <p style="color: white;">Core</p> |
96 |
| - <p style="color: white;">#8A6AFF</p> |
| 101 | + <p>Core</p> |
| 102 | + <p>#8A6AFF</p> |
97 | 103 | </th>
|
98 | 104 |
|
99 | 105 | <th bgcolor="#ff6aec">
|
100 |
| - <p style="color: white;">Pink</p> |
101 |
| - <p style="color: white;">#FF6AEC</p> |
| 106 | + <p>Pink</p> |
| 107 | + <p>#FF6AEC</p> |
102 | 108 | </th>
|
103 | 109 |
|
104 | 110 | <th bgcolor="#ff6aad">
|
105 |
| - <p style="color: white;">Red</p> |
106 |
| - <p style="color: white;">#FF6AAD</p> |
| 111 | + <p>Red</p> |
| 112 | + <p>#FF6AAD</p> |
107 | 113 | </th>
|
108 | 114 |
|
109 | 115 | <th bgcolor="#ff6a7f">
|
110 |
| - <p style="color: white;">Kill</p> |
111 |
| - <p style="color: white;">#FF6A7F</p> |
| 116 | + <p>Kill</p> |
| 117 | + <p>#FF6A7F</p> |
112 | 118 | </th>
|
113 | 119 | </tr>
|
114 | 120 | </table>
|
115 | 121 |
|
116 | 122 | <!-- # LEC-CS003 # -->
|
117 | 123 | <h3>Lemon 1340 Drink</h3>
|
118 |
| - <table width="90%"> |
| 124 | + <table> |
119 | 125 | <tr>
|
120 | 126 | <th bgcolor="#96ffff">
|
121 |
| - <p style="color: white;">H2O</p> |
122 |
| - <p style="color: white;">#96FFFF</p> |
| 127 | + <p>H2O</p> |
| 128 | + <p>#96FFFF</p> |
123 | 129 | </th>
|
124 | 130 |
|
125 | 131 | <th bgcolor="#96ffbd">
|
126 |
| - <p style="color: white;">Drug</p> |
127 |
| - <p style="color: white;">#96FFBD</p> |
| 132 | + <p>Drug</p> |
| 133 | + <p>#96FFBD</p> |
128 | 134 | </th>
|
129 | 135 |
|
130 | 136 | <th bgcolor="#ffc896">
|
131 |
| - <p style="color: white;">Fine</p> |
132 |
| - <p style="color: white;">#FFC896</p> |
| 137 | + <p>Fine</p> |
| 138 | + <p>#FFC896</p> |
133 | 139 | </th>
|
134 | 140 |
|
135 | 141 | <th bgcolor="#a696ff">
|
136 |
| - <p style="color: white;">Sky</p> |
137 |
| - <p style="color: white;">#A696FF</p> |
| 142 | + <p>Sky</p> |
| 143 | + <p>#A696FF</p> |
138 | 144 | </th>
|
139 | 145 |
|
140 | 146 | <th bgcolor="#f9ff96">
|
141 |
| - <p style="color: white;">LEC</p> |
142 |
| - <p style="color: white;">#F0FF96</p> |
| 147 | + <p>LEC</p> |
| 148 | + <p>#F0FF96</p> |
143 | 149 | </th>
|
144 | 150 | </tr>
|
145 | 151 | </table>
|
|
0 commit comments