4
My teacher asked me to recreate the pages of G1, Globe Sport and Walmart. He wants the links "dead, so I use the <a href="#">
. The problem is that there the contents of a
turns blue, and the pages have links in various different colors.
What I want to do is get Blue out of the links, and leave the word that will turn link with the color she is already.
I’ve used the CSS text-decoration: none
, but it didn’t. There’s some other way to solve this?
The simple thing would be to have already put the color in the links, and not in the "word that will become link". There may even be a reason for this, but in principle I see no sense coloring the element from the outside to have to patch the inside then.
– Bacco
Because it is not to have mouse effects on the page, and to play only with html and css, so when I started doing I was defining all the colors as they are on the original page, and I only had this doubt, after the pages are ready.
– Bruno Moraes Borges