0

I need to create sidebar where I will have 3 words, they need to be in the middle spread even in column and this needs to be done in the list

  • .

    How to do it properly??

    I try to use on it flexbox formula:

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: space-around;
    
  • Koni
    • 25
    • 5

    0 Answers0