+ 1
Hi after introducing the <div id=" intro"> tag, my color function isnt working, ive checked and the code is just fine, how come?
div id
5 Antworten
+ 2
that's by
#intro{
color: red;
}
everything placed within div id=intro will be of red color
+ 1
@Sandeep, thanks alot, it did the trick.
0
thinks for the answer
0
I have that same problem. my css file also contains a p{color:white} which seems to override the #intro
I tried replacing <div > with <article > but to no avail
0
@Maiken, have you checked if you have any other #intro other than the one giving you a problem?