KamranFeroz
Programmer
I need to apply vlink color in my applied CSS. I'd tried all combination but did'nt work. Can any one help?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<style>
a:link { color: red; }
a:visited { color: blue; }
a:hover { color: #000000; }
a:active { color: #FFFFFF; }
</style>