質問編集履歴

2

訂正のため

2019/09/11 08:25

投稿

jamjam-130
jamjam-130

スコア5

test CHANGED
File without changes
test CHANGED
@@ -16,9 +16,9 @@
16
16
 
17
17
  ```HTML
18
18
 
19
- <div class="listcontainer clearfix">
19
+ <div class="classContainer clearfix">
20
20
 
21
- <div class="listBox">
21
+ <div class="classBox">
22
22
 
23
23
  <p class="txtm">渡航前の事前学習</p>
24
24
 
@@ -52,6 +52,20 @@
52
52
 
53
53
  ```CSS
54
54
 
55
+
56
+
57
+ .classContainer {
58
+
59
+ width: 810px;
60
+
61
+ margin: 0 auto;
62
+
63
+ padding: 40px 0;
64
+
65
+ }
66
+
67
+
68
+
55
69
  ul {
56
70
 
57
71
  list-style: none;
@@ -78,7 +92,7 @@
78
92
 
79
93
 
80
94
 
81
- .listBox {
95
+ .classBox {
82
96
 
83
97
  width: 371px;
84
98
 
@@ -96,7 +110,7 @@
96
110
 
97
111
 
98
112
 
99
- .listBox p {
113
+ .classBox p {
100
114
 
101
115
  background-color: #016EA9;
102
116
 

1

不要な部分を消した

2019/09/11 08:24

投稿

jamjam-130
jamjam-130

スコア5

test CHANGED
File without changes
test CHANGED
@@ -105,19 +105,3 @@
105
105
  }
106
106
 
107
107
  ```
108
-
109
-
110
-
111
- ### 試したこと
112
-
113
-
114
-
115
- ここに問題に対して試したことを記載してください。
116
-
117
-
118
-
119
- ### 補足情報(FW/ツールのバージョンなど)
120
-
121
-
122
-
123
- ここにより詳細な情報を記載してください。