how to use visited hover active and visited in css
/* unvisited link */
a:link {
color: green;
}
/* visited link */
a:visited {
color: green;
}
/* mouse over link */
a:hover {
color: red;
}
/* selected link */
a:active {
color: yellow;
}
Also in CSS:
- how To target a particular td in css
- wrapper html
- css translate3d
- media types in css
- prevent text from wrapping in css
- how do i link my css to my html
- summation in jupyter markdown
- diable focus button css
- css dropdown
- @media css
- what is css
- media query change button text
- Jquery .css
- tint image with background color css
- rotate 3d
- default font family css
- print media query css
- css opacity transition
- css margin
- how to align an image left in css
- scale an image css
- how to link fonts css
- media queries css not working for mobile
- css browser prefixes