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