Search
 
SCRIPT & CODE EXAMPLE
 

CSS

link css html

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

css link

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

css a link style

a:link { /* unvisited link */ color: #000; text-decoration: none; border: none; }
a:visited { /* visited link */ color: #000; }
a:hover { /* mouse over link */ color: #000; border: none; }
a:active { /* active link */ color: #000; }
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 :: make hr black 
Css :: golden color css 
Css :: flexbox navbar fixed top 
Css :: media min height css 
Css :: css grid span all columns 
Css :: pure css tabs 
Css :: style scrollbar 
Css :: make form scrollable 
Css :: margin auto not centering 
Css :: bottom gradient 
Css :: css image hover 
Css :: overflow css 
Css :: shrink a div by 50% 
Css :: bootstrap modal overflow 
Css :: html css disabled button hover style 
Css :: how to validate mail adress css 
Css :: link text underline css none 
Css :: font-family css 
Css :: on hover display another div css 
Css :: border-width 
Css :: background-image linear-gradient url 
Css :: what css vmin 
Css :: for...in...loop 
Css :: change button shaddow css 
Css :: add border to png outline css 
Css :: text decoration css transition 
Css :: reference images from css in django 
Css :: line icon css 
Css :: tailwind npm 
Css :: font face html 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =