Skip to content

Commit 08316d9

Browse files
patrickhlaukekfranqueiro
authored andcommitted
Update techniques/css/C6.html
1 parent 7a7fe95 commit 08316d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

techniques/css/C6.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h2>Description</h2>
2222
<section id="examples">
2323
<h2>Examples</h2>
2424
<section class="example">
25-
<p>In this example structural markup (description lists) have been applied to the content. CSS has been used to style the content into columnar form. Each class absolutely positions the content into columns and the margins have been set to 0 to override the default behavior of user agents to display <abbr title="HyperText Markup Language">HTML</abbr> definition lists with the <code>dd</code> element indented.</p>
25+
<p>In this example structural markup (description lists) have been applied to the content. CSS has been used to style the content into columnar form. Each class absolutely positions the content into columns and the margins have been set to <code>0</code> to override the default behavior of user agents to display <abbr title="HyperText Markup Language">HTML</abbr> definition lists with the <code>dd</code> element indented.</p>
2626
<p>Here is the content to be displayed:</p>
2727

2828
<pre xml:space="preserve"><code class="language-html">&lt;div class="box"&gt;

0 commit comments

Comments
 (0)