

I've been trying to debug this for an hour now, and I just can't
the contents of (CSS) is:
h1 {
color: #00ff00;
}
p {
color: blue;
}
h1 {
color: #00ff00;
}
p {
color: blue;
}
oh my god
i figured it out
the way my thing works accidentally adds a empty line on the top and bottom
that caused the issue
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.