lundi 25 juin 2018

CSS Flex align-items

ho guys i have three icons and i try that two items are on the left side and one on the right side. what sort of flex-properties i need for that?

    <style>
  .flex-container_1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-text: right;
    height: 99%;
    align-items: flex-end;
    justify-content: space-between;
  }

      .flex-container_1 > div {
  margin: 10px;
  z-index: 9999;
      }

thats what i have it alines my item from right to left with space between them but i want that the middle icons aligns next to the left item




Aucun commentaire:

Enregistrer un commentaire