@Sameer847Submitted 4 days ago
ama-lyn
@ama-lynAll comments
- @ama-lynPosted 2 days ago
One thing I would recommend is using CSS custom properties (variables) for values that are repeated across your stylesheet. This can help improve maintainability and flexibility.
1 - @YaelBornSubmitted 5 days ago@ama-lynPosted 4 days ago
The use of Flexbox for centering the card both horizontally and vertically is effective, and the layout is generally responsive, adapting well to various screen sizes.
The CSS is organized, and the naming conventions for classes are clear, making the code readable and maintainable.
Accessibility has been considered with the inclusion of alt text for the image.
The design matches the intended look.
The code is well-structured and looks great.
0