What is to improve in term of best practice
Luis matos
@Aedan5621All comments
- @omarmohamesSubmitted about 1 year ago@Aedan5621Posted about 1 year ago
The best thing you can learn is to google, know how to find the answers to your questions and where to find the documentation, be it mdn, stackoverflow, if you have any questions, someone before you had them too, so don't hesitate to ask yourself the best questions and Learn to Google correctly, over time you will improve. First of all, for this project you need to know how to make a card, search mdn or youtube to find something more guided
0 - @alexandra-perezSubmitted about 1 year ago
- Originally I struggled with optimizing for mobile/using CSS media query, since I built this with desktop-viewing in mind first.
@Aedan5621Posted about 1 year agoHello, you can declare the height and width of the container and the image until they meet your expectations, i don't think it's the best practice but it works, over time you can find other ways to do it, I'm in the same situation. For more information about the media queries, . Check this video to learn about the CSS Media Queries (https://youtu.be/2KL-z9A56SQ)
0 - @leoemnSubmitted about 1 year ago
How can I implement mobile design? do I need seprate code for that or I can do that in same code?
@Aedan5621Posted about 1 year agocheck this video to learn about the CSS Media Queries (https://youtu.be/2KL-z9A56SQ)
Marked as helpful0 - @GrowingHermit44Submitted about 1 year ago
I noticed there were mobile size specifications, but in my code I didn't write anything explicit for a smaller device (besides limiting the scale of elements), is there anything I should be aware of when creating for multiple devices?
@Aedan5621Posted about 1 year agocheck this video to learn about the CSS Media Queries (https://youtu.be/2KL-z9A56SQ)
Marked as helpful1