Voting app finally finished

Phew that was a tough one - took a long time. Project Link Let me know any feedback or if you manage to break it!

Decent job. Colors and structure are perfectly matching each other, but there is also one thing you could correct. Your “Share” buttons under each poll look like they have “width:100%”. To get a better UX(User Experience) you could set them to “width:10%” or something like that. Also you could set a colored border for these buttons and make their shape rounded. For example: .your-button{ width: 10%; border: 1px solid light gray; border-radius: 15%; } I hope that helps :grinning:

Thanks for the kind words and constructive criticism. I’ll give that a go