Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css link

<link href="main.css" rel="stylesheet">
Comment

CSS Links

/* unvisited link */
a:link {
  color: red;
}

/* visited link */
a:visited {
  color: green;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

/* selected link */
a:active {
  color: blue;
}
Comment

how to style links in css

a.four:link {color:#ff0000;}
a.four:visited {color:#0000ff;}
a.four:hover {font-family:monospace;}
Comment

PREVIOUS NEXT
Code Example
Css :: include css typo3 
Css :: material design css 
Css :: css grid first child 
Css :: background color 
Css :: pagination html css how to working 
Css :: how blend two backgrounds css and isolate content 
Css :: circle percentage css 
Css :: Css left-to-right animation. 
Css :: css footer always at bottom but visible 
Css :: css multiline comment 
Css :: operador css contain attr 
Css :: CSS fluid type sizing based on viewport 
Css :: como hacer que me queden los nombres dentro de un formulario css 
Css :: css in head or body 
Css :: text-align transform 
Css :: highcharts change font family 
Css :: css quitar el icono de lista 
Css :: css footer comes under aside 
Css :: html css landing page 
Css :: css hover pointer 
Css :: css animation left to right infinite codepen 
Css :: sass min max 
Css :: css 4 3 ratio 
Css :: background image animation css codepen 
Css :: Responsive Web Design - Media Queries 
Css :: what is display block 
Css :: advance css 
Css :: css pseudo-elements 
Css :: is any way to change only arabic font family not english font family 
Css :: wordpress dashboard css broken 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =