Skip to content

Commit b59f0c4

Browse files
Merge branch 'master' of github.com:mdn/css-examples
2 parents 63b89d4 + 89045bb commit b59f0c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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>

learn/values-units/color-hex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<div class="wrapper">
3636
<div class="box one">#02798b</div>
3737
<div class="box two">#c55da1</div>
38-
<div class="box three">128a7d</div>
38+
<div class="box three">#128a7d</div>
3939
</div>
4040
</section>
4141

0 commit comments

Comments
 (0)