if you look at line 8, on Import Google font it has online 8. font-family: monospace;, this is what and where I put my anwser in the last problem,and it’s the same thing, but it would not except. I had to put this on line 2. so it looked like this,
p {
font-family: monospace;
}
. red-text {
etc.
I was wanting to now why it wouldn’t except it, but on the next problem (Import a google font) it’s there just like i had it, before it excepted the anwser it did ,so this is what I had before
1.
.red-text {
color: red;
}
p {
font-size: 16px;
font-family: monospace;
}
10.etc.
just wondering, why it would take one but not the other, thanks