Skip to content

Centre image vertical and horizontal #2731

Answered by nkrantz
jhanley87 asked this question in General
Discussion options

You must be logged in to vote

Hey @jhanley87 - welcome to Paste! I'd recommend doing something like this:

<Box display="flex" justifyContent="center" alignItems="center">
  {your img here}
</Box>

In general, it's best to use the properties directly on the Box component rather than putting them in the style tag. You can see the list of Box Props on the docs site.

Let us know how it goes!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jhanley87
Comment options

Answer selected by nkrantz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants