
#header A {
COLOR: #d8f400; TEXT-DECORATION: none
} #header A:hover {
COLOR: #d8f4CC
}
|
Let us deal with Header
#Header A
i.e header anchor tag, here it is defind for
header link only having
Color(#d8f400) when we open the blog page
we will find the header in above color
the color choice may be of blogger desired
Now
text-transform:none is given which return to browser having
no underline below header Link
Now dealing with '#header A:hover here color for hover is defind as color code '#d8f4CC'
What is A: hover?
when we keep mouse over header link
it display the link in color(#d8f4CC).
here color for hover may be choosen different
© Tips for Bloggers