-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Center Text #1112
Comments
can you help me center a div too |
@azuline don't know if you're messing with me or not. I'm using NextUI.org for Next js project, NextUI uses Stitches as a style engine. I'm used to styling elements with CSS. With Stitches, to my mind, you jump through any loops just get to basic styling applied. Center a div To center Text with Stitches best wrap components in a div and try to center things that way. Trying to center H1, H2 with |
hehe sorry i was Do you know if this is a NextUI problem or a Stitches problem? Or a CSS problem? If it's the former, asking in NextUI support might produce better results. In the event it's a CSS problem, have you tried |
I'm centered text with CSS. Nope |
Hey @shanewmurphy here's you have an example https://codesandbox.io/s/centered-text-5ihr6t?file=/App.js, hope it helps you This issue can be closed |
Is there any way to center Text??
The text was updated successfully, but these errors were encountered: