Design comparison
Solution retrospective
Overall feedback is appreciated.
Community feedback
- Account deleted
Wow! Your solution is so great! Even when you zoom in and out of the page your cards resize and don't overlap (which is the issue I'm having).
I'm also a brand new coder so I don't know much, but I was wondering about the number of classes you have in CSS. It seems like there's a lot and I was just wondering if there's a way those classes can be condensed or is this pretty normal for coding?
0@SamolotePosted over 4 years ago@marc0pO10 I did the resizing part with media queries. Feel free to read about it on mdn: https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries
I think it's pretty small in my case. I'm using BEM methodology everywhere I can as it's thought of as a good practice.
0Account deleted@Samolote Thank you! I know about media queries but have not practiced with them as much. I'll read up on this!
Do you have a link to BEM methodology that I could read up on too?
0@SamolotePosted over 4 years ago@marc0pO10 Sure thing! http://getbem.com/
Also media queries are much more readable with css preprocessors like sass (scss).
0Account deleted@Samolote Good to know! And thanks again!
0
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