Skip to content

Commit b838853

Browse files
committed
fix height
1 parent 06f925e commit b838853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

howto/box-shadow-button.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</div>
3939
</section>
4040

41-
<textarea class="playable playable-css" style="height: 200px;">
41+
<textarea class="playable playable-css" style="height: 100px;">
4242
.shadow {
4343
box-shadow: 5px 5px 10px 2px rgba(0,0,0,.8);
4444
}

0 commit comments

Comments
 (0)