Cynthia
@tina4449All solutions
- Submitted 7 months ago
Responsive layout using flex
- HTML
- CSS
I want to know if there's anything I can improve in the current responsive layout. I've only set up two screen sizes, and the visual changes on the screen aren't as smooth as I expected when testing different screen sizes.
- Submitted 7 months ago
Responsive blog preview card using media query
- HTML
- CSS
-
I am not sure whether the usage of the CSS "display" attribute is correct, or if I should not declare it as many times as I have done now.
-
The responsive design using media queries had some sizing issues under 375px. I'm not sure if this is because I didn't style another design or if there's something wrong with my code.
-
When the screen width becomes 414px, although the card itself has been vertically centered, because of the shadow, the card doesn't appear to be centered. Is there a way to visually center the card with the shadow?
- Submitted 7 months ago
Always center-align element using flex
- HTML
- CSS
I want to know whether my code is correct and well-organized. Are there any redundancies that can be improved?