@Ayon95
Posted
Hi, your solution looks great. Good job on going the extra mile and implementing a rotating card. I looked at your HTML code and noticed that you used a <div> for 'card__side--back'. I think a <section> is a better choice as you have done for 'card__side--front'. The front side and back side of the card are like two sections of it.
1
@anoshaahmed
Posted
@Ayon95 i wanted to but <section>
requires a heading :/ so it would have created an accessibility issue
1
@Ayon95
Posted
@anoshaahmed Hmm fair point. I guess using a <div> in this case is not a problem.
Marked as helpful
0