Hello everyone! Please, rate my Illidan Stormrage Tribute Page. I would really appreciate any feedback - what could be improved. Thanks in advance!
It’s a very Simple Page and I will give you one advice… in the label: "You can read more here ! ", you have this style:
a:hover{
color: green;
font-size: 200%;
}
Why not:
a:hover{
color: green;
letter-spacing: 10px;
}
and´
a{
font-size: 20px;
}
There is just an example…
And, try to not give styles to tags like:
a{
...
}
Add classes/ids and give them the styles
#linkButton{
...
}
1 Like
Thank you, I appreciate this. Should remember for future about classes & ids