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

0 points
Submitted by Stefan Talley
over 8 years

8/14 Set the background-color of <div class="neighborhood-guides">..</div> to #efefef

.neighborhood-guides {
 background-color: #efefef;
 border-bottom: 1px solid;
 color: #dbdbdb;

}

.neighborhood-guides h2 {
    color: #393c3d;
    font-size: 24px;

}

.neigborhood-guides p {
    font-size: 15px;
    margin-bottom: 13px;
}

Why am I get this error message?

Answer 559ef144e39efef45200024e

1 vote

Permalink

Hi Stefan,

  • There may be an error earlier in the CSS code that is affecting the .neighborhood-guides { … } rule.
  • There is a typing mistake here: .neigborhood.
  • border-bottom: 1px solid; is missing the color value
points
Submitted by Judy
over 8 years