You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Block will inherently set width to 100% of its parent element. It will also cause a line break, even if the declared width doesn't take up the full width of the parent.</p>
83
88
<divclass="db bg-black-10 mb2">
84
89
block
@@ -88,6 +93,10 @@ <h3 class="f5 book pt4 caps">Display Block</h3>
88
93
</div>
89
94
90
95
<h3class="f5 book pt4 caps">Display Inline-Block</h3>
<p>Block will inherently set width to 100% of its parent element. It will also cause a line break, even if the declared width doesn't take up the full width of the parent.</p>
56
61
<divclass="db bg-black-10 mb2">
57
62
block
@@ -61,6 +66,10 @@ <h3 class="f5 book pt4 caps">Display Block</h3>
61
66
</div>
62
67
63
68
<h3class="f5 book pt4 caps">Display Inline-Block</h3>
0 commit comments