Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion property/display/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h2 class="property-name">
</p>
<div class="example-description">
<p>The element shares properties of both an <strong>inline</strong> and a <strong>block</strong> element:</p>
<ul><li><strong>inline</strong> because the element behaves like simple text, and inserts itself in a block of text</li><li><strong>Block</strong> because you can apply <code>height</code> and <code>width</code> values</ul><p>For example, this element has:</p>
<ul><li><strong>inline</strong> because the element behaves like simple text, and inserts itself in a block of text</li><li><strong>block</strong> because you can apply <code>height</code> and <code>width</code> values</ul><p>For example, this element has:</p>
<pre>.element{
height: 3em;
width: 60px;
Expand Down