Learn Basic Algorithmic Thinking by Building a Number Sorter - possible error/bug in styles.css

I have just started this course and noticed the following in styles.css:
image

As you can see there are two padding rules. Is this correct or is this a ‘bug’?

Please post a link to the step where you got this screenshot. You posted a link to all courses. Thanks.

Sorry about that - there doesn’t seem to be a Help button like there is on previous courses. Anyway, here is the link from the top of my screen:

There is a help button. You have to attempt the challenge first, then the button shows up.


Yeah, that’s odd. I’ll flag it for someone to look at. Thanks for letting us know.

That’s a good catch.

All of these projects went through several revisions, so this probably was an oversight during one of the revisions.

I vote we keep the padding 15px on all sides

form {
  width: 100%;
  text-align: center;
  padding: 15px;
}
1 Like

Thanks for replying, and so quickly.

Here is a screenshot - deliberately entered e instead of event to trigger an error - this is where I would expect to see the Help button.
image

I am not complaining as such - I know this is beta so I wanted to let someone know any ‘funnies’ or ‘errors’ or ‘bugs’ or whatever the right term is.

Did you try clicking on the check your code button multiple times?

When I click it 3 time, the help button shows up for me

No I hadn’t when I sent the message. I have now and it shows up. Thanks for that tip!

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.