質問編集履歴

1

すみませんでした。修正を致しました。よろしくお願いします。

2016/10/12 21:30

投稿

pota
pota

スコア13

test CHANGED
File without changes
test CHANGED
@@ -110,4 +110,48 @@
110
110
 
111
111
  }
112
112
 
113
+
114
+
115
+ <div class="page-wrap">
116
+
117
+
118
+
119
+ <section class="main-content">
120
+
121
+ <h1>Main Content</h1>
122
+
123
+ <p><strong>I'm first in the source order.</strong></p>
124
+
125
+ <p>The key to victory is discipline, and that means a well made bed. You will practice until you can make your bed in your sleep. Fry, we have a crate to deliver. Hey, guess what you're accessories to.</p>
126
+
127
+ <p>I'll get my kit! That's not soon enough! Oh, all right, I am. But if anything happens to me, tell them I died robbing some old man.</p>
128
+
129
+ </section>
130
+
131
+
132
+
133
+ <nav class="main-nav">
134
+
135
+
136
+
137
+ <ul>
138
+
139
+ <li><a href="#">Home</a></li>
140
+
141
+ <li><a href="#">About</a></li>
142
+
143
+ <li><a href="#">Clients</a></li>
144
+
145
+ <li><a href="#">Contact Us</a></li>
146
+
147
+ </ul>
148
+
149
+ </nav>
150
+
151
+
152
+
153
+
154
+
155
+ </div>
156
+
113
157
  ```