I am proud of the fact that this project took way less time to do then the previous ones. I was worried that it would be difficult without the figma file but it actually felt more easy.
Latest solutions
flexbox, media queries, hover actions
PSubmitted 9 months agoBest practices for clean and efficient code are always welcome.
blog_preview_card
PSubmitted 9 months agoCreating a responsive font size that changes depending on the view size. I am currently studying media queries, but I would love any feedback that is offered.
desktop and mobile QR code using Flexbox
PSubmitted about 2 years agoSpecific HTML and CSS best practices are always a big help.
Latest comments
- @ks9927What are you most proud of, and what would you do differently next time?P@QLopes22
Overall, everything looks accurate visually. The only thing off is centering the main content. For example, I used flexbox on the entire body element to center the main div.
Great work!
- @AllcodInWhat are you most proud of, and what would you do differently next time?
About the Blog-Preview-Card project, i'm proud of the flexbox, content width and the responsive design. For the next time i should use css grid instead of flexbox in order to increase my knownledge about this technic
What challenges did you encounter, and how did you overcome them?I didn't especially encounter some difficulties when i worked on this project, because thanks to the QR-Code-Component that allowed me to overcome certain problems that i had about flexbox, content width and responsive design.
What specific areas of your project would you like help with?I should like a help on responsive design because i haven't yet master it perfectly.
P@QLopes22I haven't looked into "landscape orientation" much but that might be where the large white space is coming into view.
- @codebyMMP@QLopes22
Your code looks very organized, great use of the comments.
- @1bi7eP@QLopes22
In my experience Rem is the go to for fonts but when I use it for widths and heights, I get some funky margin that shifts everything to the left side of the screen.
Does anyone else have that happen to them?