© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Shimbarks
Thanks for the article!
I believe you meant justify-content and not justify-items:
justify-content
justify-items
export const Wrapper = styled.div` display: flex; justify-items: center; align-items: center; margin-top: 1rem; `;
Olena Drugalya
Web Developer/ Blogger
Yes, thank you!