This forum is now read-only. Please use our new forums! Go to forums

banner
Close banner
0 points
over 9 years

10/26: wrong code marked as correct

The following code was accepted as correct, yet look at the last curly brace, it’s in the wrong direction. It doesn’t matter if I replace the brace in question with any other set of symbols, the answer is still considered correct.

h3 {
    font-family: Verdana;
    color: blue;
}

p {
    font-family: Garamond;
    font-size: 16px;
{

Answer 545314d98c1ccc49a0000385

2 votes

Permalink

only for your information at p selector. You MUST use it the next format:
p { 
   }
points
Submitted by Tobias Páez
over 9 years

Answer 54060c427c82ca824c0007c6

0 votes

Permalink

If you could report it here, that might be nice :)

points
Submitted by Zeke Y
over 9 years