Latest solutions
QR Code Using Flexbox
Submitted 7 months agoI want to better understand how to write more clean and precise code. If you see any areas where I can improve on that please let me know!
Latest comments
- @Aldeeb2020@lanehowell
I found your code to be very interesting! I struggled to use flex so it was cool to see your solution.
- @timothyho512What specific areas of your project would you like help with?
Frontend Mentor Third Challenge, trying to use clamp for responsiveness but the responsiveness is not very consistent between different elements.
@lanehowellCode looks good. I'm not too familiar with clamp myself so I'm not much help there. For semantic purposes, it's good to have a main element that houses all of your main content. Also, it can be really helpful to create variables in the :root element in your css to help easily have consistency throughout your project. Overall great work!
- @ben-clWhat challenges did you encounter, and how did you overcome them?
I have learned about the CSS :hover pseudo-class and CSS function filter: drop-shadow.
@lanehowellMake sure to give your .card element a property of cursor: pointer; so that it is make clear to the user that they are able to click on the card to be led to another location. The HTML code looks very well organized and easy to read! I really like the use of variables in your CSS code.
- @lulungar@lanehowell
The only noticeable difference is the border radius on the QR code image. Other than that great job!