The interactive component challenge completed... i think. If there's anything that can be improved, please tell me.
Dana Kalčíková
@danyczechAll comments
- @BrunoSousa750Submitted almost 2 years ago@danyczechPosted almost 2 years ago
I like your solution with radio buttons and the second button to get back to the first card!
Just in your HTML part, the submit button after the radio buttons is missing, and instead of it is an <a href="#" id="submit" class="main--btn">submit</a> tag. It makes no sense there... It would be better to use this:
<div> <button type="submit">Submit</button> </div>
Also using <form> and <fieldset> elements would be better, more there
And a minor thing - the color of the texts in <p> tags and inside marking buttons are not white, but grey.
Marked as helpful1 - @PaulaR-05Submitted almost 2 years ago
Hi! :) any feedback and suggestions are welcome! Thank you
@danyczechPosted almost 2 years agoHi Gabriela!
Nice job!
At first sight, the picture of a cart is missing inside the submit button - it is the icon-card.svg file inside the images folder. Also, the text inside the <p>tag has the other font and more space between lines (it is line-height property, I have line-height: 1.5 ) and there is less space between headline text lines.
Have a nice day!
Marked as helpful1