Hello, this is my solution, I would like to know what do you think about it, and what are the parts that need to be changed or improved, I didn't add the responsiveness to it, I thought about using min-width[25%] and max-width[80%] (without using media query since the challenge said that the card doesn't shift) to not let the card shrink when the screen size shift to a mobile size but it didn't work, any suggestion on this is appreciated.
sb101-beep
@sb101-beepAll comments
- @AmiraBenguegaSubmitted almost 3 years ago@sb101-beepPosted almost 3 years ago
You can probably make the .main width and height a fixed size, I don't think they need to vary on this one. Other than that looks great :-)
Marked as helpful0 - @CarlEdem97Submitted almost 3 years ago
i tried to incorporate more flexbox properties in this one....all feedback is appreciated.
@sb101-beepPosted almost 3 years agoLooks good. It's a little bigger than front end mentor's design, although it's hard to work off jpgs :-)
0 - @fabifeliciaSubmitted almost 3 years ago
I would like feedbacks regarding the css code and semantic html tags
@sb101-beepPosted almost 3 years agoLooks great, I would probably try and make the design a little bigger to match up more with the front end mentor designs :-)
Marked as helpful1 - @sirargillSubmitted almost 3 years ago
How to get the exact value of the width and length of the given design. Any suggestion will be welcomed.
- @thomasluizonSubmitted almost 3 years ago
this is my solution to the NFT card challenge, i don't know if the way i did the hover part is correct so i would be delighted to receive answers about that.