Skip to content

Commit 0847343

Browse files
minor syntax fixes
1 parent b47c88b commit 0847343

6 files changed

+41
-43
lines changed

css-cookbook/columns-grid.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
<textarea class="playable playable-html">
6161
<div class="container">
6262
<p>Veggies es bonus vobis, proinde vos postulo essum magis kohlrabi welsh onion daikon amaranth tatsoi.</p>
63-
63+
6464
<p>Gumbo beet greens corn soko endive gumbo gourd. Parsley shallot courgette tatsoi pea sprouts fava bean collard greens.</p>
65-
65+
6666
<p>Nori grape silver beet broccoli kombu beet greens fava bean potato quandong celery. Bunya nuts
6767
black-eyed pea prairie turnip leek lentil turnip greens parsnip. .</p>
6868
</div>
@@ -71,8 +71,8 @@
7171
<div class="playable-buttons">
7272
<input id="reset" type="button" value="Reset">
7373
</div>
74-
</body>
74+
7575
<script src="playable.js"></script>
7676
</body>
7777

78-
</html>
78+
</html>

css-cookbook/columns-multicol--download.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@
4848

4949
</div>
5050

51+
</body>
5152

52-
</html>
53+
</html>

css-cookbook/media-objects--download.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@
154154

155155
</div>
156156

157+
</body>
157158

158-
159-
160-
</html>
159+
</html>

css-cookbook/media-objects-fallback--download.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@
184184

185185
</div>
186186

187+
</body>
187188

188-
189-
190-
</html>
189+
</html>

css-cookbook/sticky-footer-flexbox--download.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
<footer class="page-footer">Sticky footer</footer>
6262
</div>
6363

64+
</body>
6465

65-
66-
67-
</html>
66+
</html>

is-where/index.html

+29-29
Original file line numberDiff line numberDiff line change
@@ -27,35 +27,35 @@
2727
</head>
2828

2929
<body>
30-
<article>
31-
<h2>:is()-styled links</h2>
32-
<section class="is-styling">
33-
<p>Here is my main content. This <a href="https://mozilla.org">contains a link</a>.
34-
</section>
35-
36-
<aside class="is-styling">
37-
<p>Here is my aside content. This <a href="https://developer.mozilla.org">also contains a link</a>.
38-
</aside>
39-
40-
<footer class="is-styling">
41-
<p>This is my footer, also containing <a href="https://github.com/mdn">a link</a>.
42-
</footer>
43-
</article>
44-
45-
<article>
46-
<h2>:where()-styled links</h2>
47-
<section class="where-styling">
48-
<p>Here is my main content. This <a href="https://mozilla.org">contains a link</a>.
49-
</section>
50-
51-
<aside class="where-styling">
52-
<p>Here is my aside content. This <a href="https://developer.mozilla.org">also contains a link</a>.
53-
</aside>
54-
55-
<footer class="where-styling">
56-
<p>This is my footer, also containing <a href="https://github.com/mdn">a link</a>.
57-
</footer>
58-
</article>
30+
<article>
31+
<h2>:is()-styled links</h2>
32+
<section class="is-styling">
33+
<p>Here is my main content. This <a href="https://mozilla.org">contains a link</a>.
34+
</section>
35+
36+
<aside class="is-styling">
37+
<p>Here is my aside content. This <a href="https://developer.mozilla.org">also contains a link</a>.
38+
</aside>
39+
40+
<footer class="is-styling">
41+
<p>This is my footer, also containing <a href="https://github.com/mdn">a link</a>.
42+
</footer>
43+
</article>
44+
45+
<article>
46+
<h2>:where()-styled links</h2>
47+
<section class="where-styling">
48+
<p>Here is my main content. This <a href="https://mozilla.org">contains a link</a>.
49+
</section>
50+
51+
<aside class="where-styling">
52+
<p>Here is my aside content. This <a href="https://developer.mozilla.org">also contains a link</a>.
53+
</aside>
54+
55+
<footer class="where-styling">
56+
<p>This is my footer, also containing <a href="https://github.com/mdn">a link</a>.
57+
</footer>
58+
</article>
5959

6060
</body>
6161

0 commit comments

Comments
 (0)