@vcgmuseSubmitted 10 months ago
Take a look, try to break it. Please let me know if you do or if you notice something that would make it better.
Take a look, try to break it. Please let me know if you do or if you notice something that would make it better.
Excellent job, my friend! Would love to see the card centered vertically as well as horizontally -- the solution provided by Daniel above will work well.
Would also love to see a hover state on the button, as Mudassar suggests.
To make the solution more accessible, please use a label instead of a paragraph for the form elements. The label should have a for
attribute that matches the id
attribute of the input it's paired with.
Also, your alt
attribute is empty for the button. I suggest filling that in with "Calculate Age" or something to that effect. That will also help with accessibility.