Skip to content

Commit 61aa9ec

Browse files
authored
Update percentages-download.html
Added a missing <style> closing tag (</style>).
1 parent c46c346 commit 61aa9ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learn/tasks/sizing/percentages-download.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
color: white;
3030
border-radius: 5px;
3131
}
32-
32+
</style>
3333
</head>
3434

3535
<body>
@@ -40,4 +40,4 @@
4040

4141
</body>
4242

43-
</html>
43+
</html>

0 commit comments

Comments
 (0)