Design comparison
Solution retrospective
now i don't confuse about how to use flexbox. and use it almost all container
What challenges did you encounter, and how did you overcome them?how to import font i use chatgpt to solve this problem
What specific areas of your project would you like help with?about my flexbox and responsive is it ok now?
Community feedback
- @MikDra1Posted about 2 months ago
Great job on the structure and design! Here are a few suggestions:
-
The use of custom fonts through @font-face is well implemented, but ensure the font files are optimized for web to avoid performance issues. You could combine the similar font definitions (Text-preset3 and Text-preset4) to reduce redundancy.
-
The .container class uses display: flex with proper alignment and centering, which is excellent. However, the height: 60rem; may cause issues on smaller screens. Consider using min-height or 100vh for better responsiveness.
-
The styling of the .main-card is visually appealing with the box-shadow: 8px 8px; and rounded corners. Just be mindful of box-shadow performance on mobile devices, as large shadows can be resource-heavy.
-
For the text in the .text-card, the fonts and padding look good, but consider using relative units like rem or em for font-size and padding instead of fixed values. This will ensure better scalability across different screen sizes and user settings.
-
The hover effect on a tags switching to #f4d04e is a nice touch, but ensure that the contrast remains sufficient for readability.
Hope you found this comment helpful 💗💗💗
Good job and keep going 😁😊😉
0 -
- @punitkotianPosted about 2 months ago
Your code is well-structured and effectively uses modern design practices.
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