Design comparison
Solution retrospective
Nothing special.. but I think my work can correspond to all screen widths.
What challenges did you encounter, and how did you overcome them?I wonder how to make the card responsive and at the same time how to keep the same ratio of the desktop size. So I used vw to correspond to all device widths.
What specific areas of your project would you like help with?First of all, I'm not English speaker, so please understand it.
I want to know that my coding style in HTML, CSS is acceptable in real work. I'm in web publishing work, and my direct boss told me your style is a bit strange. I don't know where the problem is.
And also, when we build some responsive design, if the width and height of the body or section is full of the screen as they are now, if properties that are not flexible as vw/vh (such as font-size), there is a risk that the text will be pushed out and the content will go out of the screen height. But at the same time, I wonder if it's right to work with vw/vh like what I've done this time.
Thank you for your answer.
Community feedback
- @fitalvojosephinePosted 4 months ago
Yes. Your code is acceptable. More practice and keep on learning. You may know media queries, flexbox, and grid layout for responsiveness. Just like what I'm currently doing right now.
#Happycoding
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord