質問編集履歴

2

追加の情報

2021/02/02 02:08

投稿

like-here
like-here

スコア6

test CHANGED
File without changes
test CHANGED
@@ -22,4 +22,182 @@
22
22
 
23
23
 
24
24
 
25
+ ソースコード
26
+
27
+ ```html
28
+
29
+ <!--上の2つのタイル -->
30
+
31
+ <div class="tile is-ancestor is-flex-mobile">
32
+
33
+ <div class="tile is-parent">
34
+
35
+ <article class="tile is-child notification has-background-link is-info">
36
+
37
+ <p class="title">Middle tile</p>
38
+
39
+ <p class="subtitle">With an image</p>
40
+
41
+ <figure class="image is-4by3">
42
+
43
+ <img src="https://1.bp.blogspot.com/-WoPLgzbefuw/X-FcxFa-YjI/AAAAAAABdE0/42S9V3wWi400mGKLEiB_pQT-dqTKT28kwCNcBGAsYHQ/s400/onepiece14_enel.png">
44
+
45
+ </figure>
46
+
47
+ </article>
48
+
49
+ </div>
50
+
51
+ <div class="tile is-parent">
52
+
53
+ <article class="tile is-child notification has-background-link is-info">
54
+
55
+ <p class="title">Middle tile</p>
56
+
57
+ <p class="subtitle">With an image</p>
58
+
59
+ <figure class="image is-4by3">
60
+
61
+ <img src="https://1.bp.blogspot.com/-WoPLgzbefuw/X-FcxFa-YjI/AAAAAAABdE0/42S9V3wWi400mGKLEiB_pQT-dqTKT28kwCNcBGAsYHQ/s400/onepiece14_enel.png">
62
+
63
+ </figure>
64
+
65
+ </article>
66
+
67
+ </div>
68
+
69
+ </div>
70
+
71
+
72
+
73
+ <!--中の3つのタイル -->
74
+
75
+ <div class="tile is-ancestor is-flex-mobile">
76
+
77
+ <div class="tile is-parent">
78
+
79
+ <article class="tile is-child notification has-background-link is-info">
80
+
81
+ <p class="title">Middle tile</p>
82
+
83
+ <p class="subtitle">With an image</p>
84
+
85
+ <figure class="image is-4by3">
86
+
87
+ <img src="https://1.bp.blogspot.com/-WoPLgzbefuw/X-FcxFa-YjI/AAAAAAABdE0/42S9V3wWi400mGKLEiB_pQT-dqTKT28kwCNcBGAsYHQ/s400/onepiece14_enel.png">
88
+
89
+ </figure>
90
+
91
+ </article>
92
+
93
+ </div>
94
+
95
+ <div class="tile is-parent">
96
+
97
+ <article class="tile is-child notification has-background-link is-info">
98
+
99
+ <p class="title">Middle tile</p>
100
+
101
+ <p class="subtitle">With an image</p>
102
+
103
+ <figure class="image is-4by3">
104
+
105
+ <img src="https://1.bp.blogspot.com/-WoPLgzbefuw/X-FcxFa-YjI/AAAAAAABdE0/42S9V3wWi400mGKLEiB_pQT-dqTKT28kwCNcBGAsYHQ/s400/onepiece14_enel.png">
106
+
107
+ </figure>
108
+
109
+ </article>
110
+
111
+ </div>
112
+
113
+ <div class="tile is-parent">
114
+
115
+ <article class="tile is-child notification has-background-link is-info">
116
+
117
+ <p class="title">Middle tile</p>
118
+
119
+ <p class="subtitle">With an image</p>
120
+
121
+ <figure class="image is-4by3">
122
+
123
+ <img src="https://1.bp.blogspot.com/-WoPLgzbefuw/X-FcxFa-YjI/AAAAAAABdE0/42S9V3wWi400mGKLEiB_pQT-dqTKT28kwCNcBGAsYHQ/s400/onepiece14_enel.png">
124
+
125
+ </figure>
126
+
127
+ </article>
128
+
129
+ </div>
130
+
131
+ </div>
132
+
133
+
134
+
135
+ <!--下4つのタイル -->
136
+
137
+ <div class="columns is-mobile ">
138
+
139
+ <div class="column ">
140
+
141
+ <p class="title">Middle tile</p>
142
+
143
+ <p class="subtitle">With an image</p>
144
+
145
+ <figure class="image is-4by3">
146
+
147
+ <img src="https://1.bp.blogspot.com/-WoPLgzbefuw/X-FcxFa-YjI/AAAAAAABdE0/42S9V3wWi400mGKLEiB_pQT-dqTKT28kwCNcBGAsYHQ/s400/onepiece14_enel.png">
148
+
149
+ </figure>
150
+
151
+ </div>
152
+
153
+ <div class="column ">
154
+
155
+ <p class="title">Middle tile</p>
156
+
157
+ <p class="subtitle">With an image</p>
158
+
159
+ <figure class="image is-4by3">
160
+
161
+ <img src="https://1.bp.blogspot.com/-WoPLgzbefuw/X-FcxFa-YjI/AAAAAAABdE0/42S9V3wWi400mGKLEiB_pQT-dqTKT28kwCNcBGAsYHQ/s400/onepiece14_enel.png">
162
+
163
+ </figure>
164
+
165
+ </div>
166
+
167
+ <div class="column ">
168
+
169
+ <p class="title">Middle tile</p>
170
+
171
+ <p class="subtitle">With an image</p>
172
+
173
+ <figure class="image is-4by3">
174
+
175
+ <img src="https://1.bp.blogspot.com/-WoPLgzbefuw/X-FcxFa-YjI/AAAAAAABdE0/42S9V3wWi400mGKLEiB_pQT-dqTKT28kwCNcBGAsYHQ/s400/onepiece14_enel.png">
176
+
177
+ </figure>
178
+
179
+ </div>
180
+
181
+ <div class="column ">
182
+
183
+ <p class="title">Middle tile</p>
184
+
185
+ <p class="subtitle">With an image</p>
186
+
187
+ <figure class="image is-4by3">
188
+
189
+ <img src="https://1.bp.blogspot.com/-WoPLgzbefuw/X-FcxFa-YjI/AAAAAAABdE0/42S9V3wWi400mGKLEiB_pQT-dqTKT28kwCNcBGAsYHQ/s400/onepiece14_enel.png">
190
+
191
+ </figure>
192
+
193
+ </div>
194
+
195
+ </div>
196
+
197
+
198
+
199
+ ```
200
+
201
+
202
+
25
203
  説明と画像がわかりずらくて大変申し訳ないのですが、何か情報いただけるとありがたいです。。

1

書式の改善

2021/02/02 02:07

投稿

like-here
like-here

スコア6

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  chromeでの表示の仕方は、画面自体が縮むのに対し、縦に延びるように崩れてしまいました。
8
8
 
9
- これを、chromeの様に画面自体が縮む感じで表示すcssなどの指定方法など存在するのでしょうか?
9
+ これを、統一させる方法はるのでしょうか?
10
10
 
11
11
 
12
12
 
@@ -16,7 +16,7 @@
16
16
 
17
17
 
18
18
 
19
- **chrome(こっちにしたい)**
19
+ **chrome**
20
20
 
21
21
  ![![chrome](b7b63ebb190ecbf19bdc78ff2905b767.png)]
22
22