Latest solutions
Latest comments
- @Mayara-Souza@onlyhasbi
-
Try to set NFT image display to block
-
wrap your eth status and time status with div. look example from the link below https://codepen.io/onlyhasbi/pen/jOZwejZ
Marked as helpful -
- @RicardoGF396@onlyhasbi
hi Ricardo, congratulation you have complete the challenges, but there is litle problem need to be fix, for lining input and the button you can use display : inline-flex to the parent. and for the image to push it to the right you can set the position : absolute and make top and left to 0, and dont forget set height of image to 100%. hope it can help
Marked as helpful - @angelydy@onlyhasbi
hi Angely congrats you have completed this challenge, to fix the active state issue when you click the value button. You need some javascript, here is my code sample,
https://github.com/onlyhasbi/feedback_rating/blob/master/script/script.js
I hope this helps, and let me know if you have a simpler idea for doing that
Marked as helpful