File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -115,19 +115,20 @@ Strong Containment: the 'contain' property</h2>
115115
116116 <pre class='lang-css'>
117117 <body>
118- <aside class='sidebar' >...</aside>
119- <article class='messages' >
120- <section class='message' >
118+ <aside>...</aside>
119+ <section>
120+ <h2>Messages</h2>
121+ <article>
121122 Lol, check out this dog: images.example.com/jsK3jkl
122- </section >
123- <section class= 'message' >
123+ </article >
124+ <article >
124125 I had a ham sandwich today. #goodtimes
125- </section >
126- <section class= 'message' >
126+ </article >
127+ <article >
127128 I have political opinions that you need to hear!
128- </section >
129+ </article >
129130 …
130- </article >
131+ </section >
131132 </body>
132133 </pre>
133134
You can’t perform that action at this time.
0 commit comments