When I typed 'border-style' in exercise and answered it says wrong but 'border-style' was green.... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

When I typed 'border-style' in exercise and answered it says wrong but 'border-style' was green....

27th Apr 2019, 5:51 AM
Rum bler
Rum bler - avatar
2 Answers
+ 6
Rum bler Values for the `border-style` property indicate styles like solid, dotted, double, dashed, none, etc. Color is assigned to the `border-color` property.
27th Apr 2019, 6:21 AM
David Carroll
David Carroll - avatar
+ 3
border: border-width border-style border-color; Here's a good article for borders in-depth. https://css-tricks.com/almanac/properties/b/border/ This is a demo code for showing various border-style by @Gaurav Vasant Gaurav. https://code.sololearn.com/WtlCmYmqhVxu/?ref=app
27th Apr 2019, 7:26 AM
Morpheus
Morpheus - avatar