
Design comparison
SolutionDesign
Solution retrospective
What specific areas of your project would you like help with?
I would like help on how to centralize the entire container
Community feedback
- @Ashmawy21Posted about 2 months ago
edit your code with this
body { font-family: 'Barlow Semi Condensed', sans-serif; background-color: var(--Light-grayish-blue); color: white; display: flex; /* Use Flexbox */ justify-content: center; /* Center horizontally */ align-items: center; /* Center vertically */ min-height: 100vh; /* Ensure the body takes up full viewport height */ padding: 0; /* Remove padding to prevent any offset */ }
and tell me what is happen & if you don't understand tell me to explain it to you more
0 - @MatheusPollettiPosted about 2 months ago
It is good, but take more care with responsiveness. The quotation image breaks on smaller devices.
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