How I can change the color of border | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How I can change the color of border

For example : see this https://code.sololearn.com/WdR3Xk90xcuA/?ref=app in this code border's color is black . How I can change the color to blue or any other color ?

13th Nov 2019, 6:55 PM
Mohammad Rajaei
Mohammad Rajaei - avatar
3 Answers
13th Nov 2019, 8:15 PM
patos
patos - avatar
+ 1
Add style="border-color: red;" to your HTML element. Replace red with your color Hex code. example : #FFFFFF is white.
13th Nov 2019, 10:09 PM
Majid Jalilian
Majid Jalilian - avatar
0
You can use border-color: #hex or use border: width style color. An example would be border: 2px solid blue;
16th Nov 2019, 4:22 PM
Michael
Michael - avatar