Latest solutions
Latest comments
- @kayleighpengSubmitted over 1 year ago@generieyycPosted over 1 year ago
Hello! I'm sharing the feedback i got before.
For proper centering the container (whole card) vertically and horizontally, you can use code as:
body { min-height: 100vh; display: grid; place-content: center; }
Hope that helps!
0 - @Alt08Submitted about 2 years ago@generieyycPosted about 2 years ago
Hello!
I am not sure if this is the right way of doing it but as a workaround for me, I set my main container with the purple background and then set the img opacity to 0.5. Hope it works out for you.
1 - @crixferSubmitted about 2 years ago@generieyycPosted about 2 years ago
Hello! I'm sharing the feedback i got before.
For proper centering the container (whole card) vertically and horizontally, you can use code as:
body { min-height: 100vh; display: grid; place-content: center; }
Hope that helps!
Marked as helpful1