Skip to content

Commit 8d59670

Browse files
adding html font size value back in again
1 parent 819511e commit 8d59670

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

learn/values-units/em-rem.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
</style>
1212

1313
<style class="editable">
14+
html {
15+
font-size: 16px;
16+
}
17+
1418
.ems li {
1519
font-size: 1.3em;
1620
}
@@ -59,6 +63,10 @@
5963
</section>
6064

6165
<textarea class="playable playable-css" style="height: 280px;">
66+
html {
67+
font-size: 16px;
68+
}
69+
6270
.ems li {
6371
font-size: 1.3em;
6472
}

0 commit comments

Comments
 (0)