Skip to content

Commit 4a4d2c2

Browse files
authored
Indicate uncovered properties are optional
The `text-align` property isn't covered in this phase therefore adding it is optional
1 parent b59f0c4 commit 4a4d2c2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

learn/tasks/backgrounds/marking.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ We also ask them to round only some of the corners on the border, ensuring they
3131
There are also some elements which link back to earlier lessons:
3232

3333
- They need to add padding to the heading in order that it doesn't overlay the star image - this links back to learning from the earlier Box Model lesson.
34-
- The text with be aligned with the `text-align` property.
34+
- (Optional) The text could be aligned with the `text-align` property, which isn't covereted yet in this phase.
3535

3636
```
3737
.box {
@@ -42,7 +42,10 @@ There are also some elements which link back to earlier lessons:
4242
4343
h2 {
4444
padding: 0 40px;
45+
46+
/* Optional since not covered yet*/
4547
text-align: center;
48+
4649
background: url(star.png) no-repeat left center,
4750
url(star.png) repeat-y right center;
4851
}

0 commit comments

Comments
 (0)