Build an Event Flyer Page - Build an Event Flyer Page

Tell us what’s happening:

When I use the code in commented part then the test passes in this project but when I use the non commented one, it works as intended but code doesn’t passes. Please explain why it’s happening like that.

/*hr {
  width: 50%;
}

section {
  width: 50%;
}*/

hr, section {
  width: 50%;
}

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36

Challenge Information:

Build an Event Flyer Page - Build an Event Flyer Page

for how the css is checked, only using the separate selectors is accepted

ideally it should accept both, as there is no mention in the user stories of what selector to use, you can open an issue to report this

1 Like