Hello, Tiass! 👋
Good job finishing this challenge. Your website responds well and there is nothing much to add. What i can suggest is:
- Each
<section>
should be identified, typically by including a heading as a child of the <section> element. Your.row
container doesn't meet this criteria. Add section to your.bottom-left/right
maybe.
Good luck with that, have fun coding! 💪
@Tiasstiass
Posted
@tediko thanks for the feedback and the infos! Is there a way to put things aside without including them in the same div? Thats where my confusion comes from.
@Tiasstiass It could be done with grid, but your approach is good too. There is nothing bad with one more container if its needed.