Skip to content

Commit d34cb0c

Browse files
authored
Removed styling from "before" file.
1 parent 2fc00a3 commit d34cb0c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/Lecture18/font-size-before.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
</head>
1010
<body>
1111
<div>Regular text</div>
12-
<div style="font-size: 2em;">2em text
13-
<div style="font-size: 2em;">4em text
14-
<div style="font-size: .5em;">2em again!</div>
12+
<div>2em text
13+
<div>4em text
14+
<div>2em again!</div>
1515
</div>
1616
</div>
1717
</body>
18-
</html>
18+
</html>

0 commit comments

Comments
 (0)