Latest solutions

Latest comments
- @vcgmuse@narcisolobo
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 theid
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.Marked as helpful