Site logo

Archived topic

Could you help creating a 3 parts header bundled with navigation?

5 replies · Started by Silvio on November 13, 2019

Viewing posts 1–6 of 6

Hi, I would like to make an header like this one

https://minimalism.life/journal/a-taste-of-zen

So basically splitting header in 3 (I found this on the docs) and putting primary navigation in the header-section-2.

thanks for supporting.

Include the align-items property in this CSS:

.header-section {
    display: flex;
    padding:30px;
    align-items: center;
}

Thanks!

You're welcome

This archived topic is closed to new replies.