Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML How to Make a Website Responsive Web Design and Testing Write CSS Media Queries

What can I do to continue if I cant find my flaw?

I can't find a flaw in my 'answer-code'. I think there is none (checked with an experienced programmer). I cannot continue working because it wont let me continue because of Bummer! In german we have a word for this kind of behavior of a website, it's called "Maximalbestrafung"

Sugested solution:

after 5 times of receiving a Bummer on the same task show the code you intend

Kind regards Wollfred

css/main.css
@media screen and (min-width: 480px) {
    h1 {
        font-size: 2.5em;
    }
}



a {
  text-decoration: none;
}

#wrapper {
  max-width: 940px;
  margin: 0 auto;
}

#logo {
  text-align: center;
  margin: 0;
}

h1, h2 {
  color: #fff;
}

nav a {
  color: #fff;
}

nav a:hover {
  color: #32673f;
}

h1 {
  font-family: Changa One, sans-serif;
  font-size: 1.75em;
  font-weight: normal;
}

img {
  max-width: 100%;
}

#gallery {
  margin: 0;
  padding: 0;
  list-style: none;
}

#gallery li {
  float: left;
  width: 45%;
  margin: 2.5%;
  background-color: #f5f5f5;
  color: #bdc3c7;
}

nav ul {
  list-style: none;
  margin: 0 10px;
  padding: 0;
}

nav li {
  display: inline-block;
}

nav a {
  font-weight: 800;
  padding: 15px 10px;
}

.profile-photo {
  display: block;
  margin: 0 auto 30px;
      max-width: 150px;
  border-radius: 100%;
}

.contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9em;
}

.contact-info a {
  display: block;
  min-height: 20px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding: 0 0 0 30px;
  margin: 0 0 10px;
}

[resolved]

I resolved the issue myself, I made an obviouse mistake. Adding the rue at the start of the page, so it get overwritten emediatly. But I was lead to this mistake because of the inconsistency of the challenge and the video before it. Why is ther no separate file to make sure I don’t overwrite the new introduced rule. Or at least let your β€˜Bummer Generator’ check if added code is later overwritten and catch an exeption for that.

Kind regards

1 Answer

Rasbin Rijal
PLUS
Rasbin Rijal
Courses Plus Student 10,864 Points

Hi Wollfred Mc Bong ,

If you get stucked somewhere in the challenge and no idea how to solve, you can ask for help in this forum. Till the time someone answers your question, you can click on the course name (you can see the course name also from that particular challenge page on the top left corner). Then scroll down and you can see the videos of the course. You can continue on next videos from there. I do that when I get stucked in the challenges till someone answers.