We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647be04 commit f13b6c0Copy full SHA for f13b6c0
learn/box-model/inline-block-nav.html
@@ -44,7 +44,7 @@
44
</nav>
45
</section>
46
47
- <textarea class="playable playable-css" style="height: 180px;">
+ <textarea class="playable playable-css" style="height: 240px;">
48
.links-list a {
49
background-color: rgb(179,57,81);
50
color: #fff;
@@ -58,7 +58,7 @@
58
}
59
</textarea>
60
61
- <textarea class="playable playable-html" style="height: 120px;">
+ <textarea class="playable playable-html" style="height: 180px;">
62
<nav>
63
<ul class="links-list">
64
<li><a href="">Link one</a></li>
0 commit comments