K
K
kaleon2019-08-06 22:03:56
JavaScript
kaleon, 2019-08-06 22:03:56

How to align content to the center of an element?

Learning Semantic-UI-React
Need to center everything

<Container text >
      <Menu secondary >
        <Menu.Item as='a' header>
          <Image size='mini' src='../logo.svg' style={{ marginRight: '1.5em' }} />
          Test
        </Menu.Item>
        <Menu.Item name='Test1' active={props.activeItem === 'home'} onClick={props.handleItemClick} />
        <Menu.Item
          name='Test2'
          active={props.activeItem === 'messages'}
          onClick={props.handleItemClick}
        />
      </Menu>
    </Container>

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question