Skip to content

Commit 41ca52c

Browse files
patrickhlaukekfranqueiro
authored andcommitted
Update techniques/css/C18.html
1 parent 8c39ac1 commit 41ca52c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

techniques/css/C18.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h2>When to Use</h2>
1717
</section>
1818
<section id="description">
1919
<h2>Description</h2>
20-
<p>Web designers sometimes use spacer images (usually 1x1 pixel, transparent GIFs) for better control over layout, for example in tables or to indent a paragraph. However, Cascading Style Sheets (CSS) allow sufficient control over layout to replace spacer images. The CSS properties for margins and padding can be used on their own or in combination to control the layout. The margin properties ('<code>margin-top</code>', '<code>margin-right</code>', '<code>margin-bottom</code>', '<code>margin-left</code>', and the shorthand '<code>margin</code>') can be used on any element that is displayed as a block; they add space at the outside of an element. The padding properties ('<code>padding-top</code>', '<code>padding-right</code>', '<code>padding-bottom</code>', '<code>padding-left</code>', and the shorthand '<code>padding</code>') can be used on any element; they add space inside the element.</p>
20+
<p>Web designers sometimes use spacer images (usually 1 by 1 pixel, transparent GIFs) for better control over layout, for example in tables or to indent a paragraph. However, Cascading Style Sheets (CSS) allow sufficient control over layout to replace spacer images. The CSS properties for margins and padding can be used on their own or in combination to control the layout. The margin properties ('<code>margin-top</code>', '<code>margin-right</code>', '<code>margin-bottom</code>', '<code>margin-left</code>', and the shorthand '<code>margin</code>') can be used on any element that is displayed as a block; they add space at the outside of an element. The padding properties ('<code>padding-top</code>', '<code>padding-right</code>', '<code>padding-bottom</code>', '<code>padding-left</code>', and the shorthand '<code>padding</code>') can be used on any element; they add space inside the element.</p>
2121
</section>
2222
<section id="examples">
2323
<h2>Examples</h2>

0 commit comments

Comments
 (0)