質問編集履歴

3

微修正

2021/05/03 07:32

投稿

TannuTannu
TannuTannu

スコア1

test CHANGED
File without changes
test CHANGED
@@ -158,68 +158,6 @@
158
158
 
159
159
  ```
160
160
 
161
- @charset "utf-8";
162
161
 
163
162
 
164
-
165
- header{
166
-
167
- background-image:url(./images/top-background.jpg);
168
-
169
- background-size:cover;
170
-
171
- display:flex;
172
-
173
- }
174
-
175
-
176
-
177
- .headerpart{
178
-
179
- width:50%;
180
-
181
- }
182
-
183
-
184
-
185
- .figure{
186
-
187
- width:50%;
188
-
189
- }
190
-
191
-
192
-
193
- h1,p{
194
-
195
- color:white;
196
-
197
- }
198
-
199
-
200
-
201
-
202
-
203
- .comment-container{
204
-
205
- background-color:rgba(102,153,255,0.8);
206
-
207
- }
208
-
209
-
210
-
211
- .button{
212
-
213
- background-color:crimson;
214
-
215
- width:200px;
216
-
217
- color:white;
218
-
219
- }
220
-
221
-
222
-
223
- '''
224
-
225
163
  ![イメージ説明](83b2f2c2a0280bf96101eeebce8d2dbd.jpeg)

2

コードの表示を再修正しました

2021/05/03 07:32

投稿

TannuTannu
TannuTannu

スコア1

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,9 @@
14
14
 
15
15
 
16
16
 
17
+
18
+
17
- '''HTML
19
+ ```html
18
20
 
19
21
  <!DOCTYPE html>
20
22
 
@@ -76,76 +78,148 @@
76
78
 
77
79
  </html>
78
80
 
81
+ ```
82
+
83
+
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+ ```css
96
+
97
+ @charset "utf-8";
98
+
99
+
100
+
101
+ header{
102
+
103
+ background-image:url(./images/top-background.jpg);
104
+
105
+ background-size:cover;
106
+
107
+ display:flex;
108
+
109
+ }
110
+
111
+
112
+
113
+ .headerpart{
114
+
115
+ width:50%;
116
+
117
+ }
118
+
119
+
120
+
121
+ .figure{
122
+
123
+ width:50%;
124
+
125
+ }
126
+
127
+
128
+
129
+ h1,p{
130
+
131
+ color:white;
132
+
133
+ }
134
+
135
+
136
+
137
+
138
+
139
+ .comment-container{
140
+
141
+ background-color:rgba(102,153,255,0.8);
142
+
143
+ }
144
+
145
+
146
+
147
+ .button{
148
+
149
+ background-color:crimson;
150
+
151
+ width:200px;
152
+
153
+ color:white;
154
+
155
+ }
156
+
157
+
158
+
159
+ ```
160
+
161
+ @charset "utf-8";
162
+
163
+
164
+
165
+ header{
166
+
167
+ background-image:url(./images/top-background.jpg);
168
+
169
+ background-size:cover;
170
+
171
+ display:flex;
172
+
173
+ }
174
+
175
+
176
+
177
+ .headerpart{
178
+
179
+ width:50%;
180
+
181
+ }
182
+
183
+
184
+
185
+ .figure{
186
+
187
+ width:50%;
188
+
189
+ }
190
+
191
+
192
+
193
+ h1,p{
194
+
195
+ color:white;
196
+
197
+ }
198
+
199
+
200
+
201
+
202
+
203
+ .comment-container{
204
+
205
+ background-color:rgba(102,153,255,0.8);
206
+
207
+ }
208
+
209
+
210
+
211
+ .button{
212
+
213
+ background-color:crimson;
214
+
215
+ width:200px;
216
+
217
+ color:white;
218
+
219
+ }
220
+
221
+
222
+
79
223
  '''
80
224
 
81
-
82
-
83
-
84
-
85
- '''CSS
86
-
87
- @charset "utf-8";
88
-
89
-
90
-
91
- header{
92
-
93
- background-image:url(./images/top-background.jpg);
94
-
95
- background-size:cover;
96
-
97
- display:flex;
98
-
99
- }
100
-
101
-
102
-
103
- .headerpart{
104
-
105
- width:50%;
106
-
107
- }
108
-
109
-
110
-
111
- .figure{
112
-
113
- width:50%;
114
-
115
- }
116
-
117
-
118
-
119
- h1,p{
120
-
121
- color:white;
122
-
123
- }
124
-
125
-
126
-
127
-
128
-
129
- .comment-container{
130
-
131
- background-color:rgba(102,153,255,0.8);
132
-
133
- }
134
-
135
-
136
-
137
- .button{
138
-
139
- background-color:crimson;
140
-
141
- width:200px;
142
-
143
- color:white;
144
-
145
- }
146
-
147
-
148
-
149
- '''
150
-
151
225
  ![イメージ説明](83b2f2c2a0280bf96101eeebce8d2dbd.jpeg)

1

イメージ画像を追加しました。コードの表示方法を更新しました。

2021/05/03 07:31

投稿

TannuTannu
TannuTannu

スコア1

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,9 @@
12
12
 
13
13
 
14
14
 
15
+
16
+
15
- ###html
17
+ '''HTML
16
18
 
17
19
  <!DOCTYPE html>
18
20
 
@@ -74,7 +76,13 @@
74
76
 
75
77
  </html>
76
78
 
79
+ '''
80
+
81
+
82
+
83
+
84
+
77
- ###CSS
85
+ '''CSS
78
86
 
79
87
  @charset "utf-8";
80
88
 
@@ -135,3 +143,9 @@
135
143
  color:white;
136
144
 
137
145
  }
146
+
147
+
148
+
149
+ '''
150
+
151
+ ![イメージ説明](83b2f2c2a0280bf96101eeebce8d2dbd.jpeg)