Update curriculum/challenges/english/01-responsive-web-design/learn-css-colors-by-building-a-color-markers-set/step-079.md

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
This commit is contained in:
Kristofer Koishigawa
2021-12-15 22:01:19 +09:00
committed by GitHub
parent 471e64dc6a
commit 1bf57a8218

View File

@@ -11,7 +11,7 @@ In the last project, you learned a little bit about borders and the `border-colo
All HTML elements have borders, though they're usually set to `none` by default. With CSS, you can control all aspects of an element's border, and set the border on all sides, or just one side at a time. For a border to be visible, you need to set its width and style properties.
In the `red` CSS rule, add the `border-left-width` property with the value `10px`.
In the `sleeve` CSS rule, add the `border-left-width` property with the value `10px`.
# --hints--