Hey!
In this solution I tried to focus on responsiveness and semantic HTML. Accessibility is a goal not yet achieved.
Any feedback is appreciated! I will be happy to take a look at your solution too! 🚀
Hey!
In this solution I tried to focus on responsiveness and semantic HTML. Accessibility is a goal not yet achieved.
Any feedback is appreciated! I will be happy to take a look at your solution too! 🚀
Hi @thiagorasouza!
You did really really well on this one! I like how your solution looks very very close to the original design. The way you wrote your HTML and CSS is also really easy for me to understand! 😄
Hello! I have a problem with the buttons. If you hover a bit to the right of the button it is still clickable when it shouldn't be. How do I prevent this? Feedback is highly appreciated!
Hi @franco-a!
Great work on this one!
Try using display: inline-flex in your button div instead of display:flex. I tried it in the browser and it seems to work just like you wanted.