Skip to content

Commit 8835767

Browse files
author
Rachel Evans
committed
Remove dead link
1 parent 130765c commit 8835767

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

html/lesson2/tutorial.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ a {
126126
}
127127
```
128128
**color** defines the color of the text. `#a369d5` is the representation of the color in hex.
129-
A useful resource for figuring out color codes is [http://0to255.com](http://0to255.com).
130129

131130
**text-decoration** specifies the decoration applied to the text. Some other options you can try out are _underline_, _overline_ and _line-through_. As links by default have an underline text decoration applied to them, by setting this to none, we reset that property.
132131

0 commit comments

Comments
 (0)