+ 3

How can I change the color of the link?

Is there some way to change it? I need to change it in this code: https://code.sololearn.com/Wi4AJ07MYJfc/?ref=app

27th Feb 2018, 5:39 AM
PAXANDDOS
PAXANDDOS - avatar
4 Answers
+ 2
You can do it inline: <a style="color:red;" href=""> </a> Or in CSS tab: a{ color:red; }
27th Feb 2018, 5:44 AM
Jonathan Pizarra (JS Challenger)
Jonathan Pizarra (JS Challenger) - avatar
+ 7
a{ color:red } changes all hyperlink colors to red
27th Feb 2018, 6:03 AM
᠌᠌Code X
᠌᠌Code X - avatar
+ 2
have you tried using color?
27th Feb 2018, 5:41 AM
Abdur-Rahmaan Janhangeer
Abdur-Rahmaan Janhangeer - avatar
0
on normal way
22nd Jul 2018, 12:02 PM
Jonas