Center v-card vertically and horizontally in Vuetify 3.0 #17297
Answered
by
yuwu9145
MrGonzo1024
asked this question in
Q&A
-
Hi All, Sorry for the newbie question and apologize if this has been asked before. I did try searching but didn't see an answer. I'm trying to center a v-card on the page both vertically and horizontally using Vuetify 3.0. "mx-auto" centers it horizontally but not vertically. I'm finding tons of examples out there for Vuetify 2.0 or lower, but none of them seem work with Vuetify 3.0. Is there a standard way to do it in Vuetify 3.0? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
yuwu9145
May 5, 2023
Replies: 1 comment 3 replies
-
What about using flex utility classes: |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
MrGonzo1024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What about using flex utility classes:
demo