header { display: inline-flex; justify-content: center; background-color: #2b1411; height: 67px; width: 100%; position: fixed; z-index: 100; } header nav { display: inline-flex; justify-content: space-between; align-items: center; padding: 0 30px; } header nav > a { font-size: 30px; color: #fffccc; padding: 0 20px; } header .photo_header { margin-left: 70px; background: url("http://i.imgur.com/T8A8ReS.jpg") no-repeat center; width: 350px; padding: 0 1000px 0 0; margin: 0 0 0 -300px; } <header> <div class="photo_header"></div> <nav> <a href="#home">HOME</a> <a href="#about">ABOUT</a> <a href="#explore">EXPLORE</a> <a href="#team">TEAM</a> <a href="#contacts">CONTACT</a> </nav> </header>