Hi I was wondering if it would be possible to change the color of a link in repl (The ones that link to the other HTML pages)
Yes it is, you just have to make an identifier, and change the color. code:
<style> a { color: red; } </style> <a href="#">This is a link</a>
So wherever you see color. you can change it according to your needs. like blue, or green. That should work
color
@RYANTADIPARTHI can you read the other answers? What's the point of posting something twice?
Change the color of link
Hi I was wondering if it would be possible to change the color of a link in repl (The ones that link to the other HTML pages)
Solution
Yes it is, you just have to make an identifier, and change the color. code:
So wherever you see
color
. you can change it according to your needs. like blue, or green.That should work
@RYANTADIPARTHI can you read the other answers? What's the point of posting something twice?