Skip to content

Commit cab0f68

Browse files
committed
Add a link
1 parent 9d1794b commit cab0f68

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

kanban/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,8 +433,8 @@ Finally, some style for the individual tasks:
433433
}
434434
```
435435

436-
We use the content property to put a Unicode times symbol and make a neat little
437-
delete button:
436+
And we use the CSS [content property][content-prop] to put a Unicode times
437+
symbol and make a neat little delete button:
438438

439439
```css
440440
.delete:before {
@@ -451,3 +451,4 @@ delete button:
451451
[flask]: http://flask.pocoo.org/
452452
[trello]: https://trello.com/
453453
[dnd]: https://github.com/gaearon/react-dnd
454+
[content-prop]: https://developer.mozilla.org/en-US/docs/Web/CSS/content

0 commit comments

Comments
 (0)