質問編集履歴

2

変更

2021/12/20 08:39

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -9,6 +9,8 @@
9
9
  ■■な機能を実装中に以下のエラーメッセージが発生しました。
10
10
 
11
11
  下記のようにコードを書きましたが左に寄って左右中央になりません。
12
+
13
+ text2の文字もきちんと要素ごとに順々縦に並ばず、ブラウザの上のほうにきてしまいます。
12
14
 
13
15
 
14
16
 
@@ -42,7 +44,19 @@
42
44
 
43
45
  <div class="image">
44
46
 
45
- <p>テストテストテストテストテストテストテストテストテストテスト</p>
47
+ <p>テストテストテストテストテストテストテストテストテストテスト1</p>
48
+
49
+ </div>
50
+
51
+ </article>
52
+
53
+
54
+
55
+ <article class="text2">
56
+
57
+ <div class="image">
58
+
59
+ <p>テストテストテストテストテストテストテストテストテストテスト2</p>
46
60
 
47
61
  </div>
48
62
 
@@ -114,6 +128,14 @@
114
128
 
115
129
  }
116
130
 
131
+
132
+
133
+ .text2 {
134
+
135
+ text-align:center;
136
+
137
+ }
138
+
117
139
  ```
118
140
 
119
141
 

1

変更

2021/12/20 08:39

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -82,7 +82,7 @@
82
82
 
83
83
  position: relative;
84
84
 
85
- color:#583226;
85
+ color:blue;
86
86
 
87
87
  }
88
88