Assessment wanted for Selector two

Hello, can someone review my code please :pray: Here’s the link to the project

Any feedback will be appreciated.

Hi, I havent really covered this topic properly. I just jumped into Javascript. If no one else has got back to you by the weekend let me have a look as a peer. Keep on learning and nice work. Its never easy to learn new things. :nerd_face: :sunglasses: :muscle:

1 Like

Hello, @martian1431!

You’re doing great! Few things need to be noticed, though -
You were asked to target the elements with the classes alert and stop. But you targeted the element with the class of stop only.
This can be achieved by the following code -

.alert.stop {
  background-color: red;
}

Same goes for the go class, too.

2 Likes

Thank you for the feedback :raised_hands: really appreciate it.

1 Like

All good now, thank you for the reply :pray:. It is never easy to learn that’s for sure, especially with technology, there’s so much to learn.

1 Like

No problem! Keep learning :smiley:

1 Like