Centering the IMG element in Navbar












2















Good days guys I would like to ask if how to center the image element in the navigation bar, I dint use ul element when I try to use absolute dint work as well.. what I want to make it happen is just like on the image that attached here. thanks



logo



here's the code, by the use I used grid system here






body,
html {
padding: 0;
margin: 0;
height: 100%;
}


/* ########## Custome Design ######### */

.mainbox {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: repeat(12, 1fr);
/* margin: 10px 0; */
height: 100vh;

}

.box{
background-image: linear-gradient(to bottom,
rgba(93, 173, 226, 0.800),
rgba(93, 173, 226, 0.932) ),
url(/img/bg-picture.jpg);
background-size: cover;
background-position: left;
height: 100vh;
}

header {
grid-row: 1 / 2;
grid-column: 1 / -1;
/* background-color: #fff; */
}

.logo {
height: 65px;
width: 65px;
position: absolute;
margin: auto;
}

.firstNav {
text-align: center;
}

.firstNav > a {
font-family: 'Montserrat', sans-serif;
font-weight: 600;
font-size: 14px;
text-transform: uppercase;
text-decoration: none;
padding: 0 12px;
color: #fff;
}

.firstNav > a:hover {
background: #000;
}

<body>
<div class="mainbox box">
<header>
<nav>
<div class="firstNav">
<a href="#">Home</a>
<a href="#">Blog</a>
<a href="#">Portfolio</a>
<img src="./img/logo.png" alt="logo" class="logo">
<a href="#">Progress</a>
<a href="#">About</a>
<a href="#">Contact</a>
</div>
</nav>
</header>
</div>

</body>





When I tried to use the code above the result is just like below image I attached



enter image description here










share|improve this question



























    2















    Good days guys I would like to ask if how to center the image element in the navigation bar, I dint use ul element when I try to use absolute dint work as well.. what I want to make it happen is just like on the image that attached here. thanks



    logo



    here's the code, by the use I used grid system here






    body,
    html {
    padding: 0;
    margin: 0;
    height: 100%;
    }


    /* ########## Custome Design ######### */

    .mainbox {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(12, 1fr);
    /* margin: 10px 0; */
    height: 100vh;

    }

    .box{
    background-image: linear-gradient(to bottom,
    rgba(93, 173, 226, 0.800),
    rgba(93, 173, 226, 0.932) ),
    url(/img/bg-picture.jpg);
    background-size: cover;
    background-position: left;
    height: 100vh;
    }

    header {
    grid-row: 1 / 2;
    grid-column: 1 / -1;
    /* background-color: #fff; */
    }

    .logo {
    height: 65px;
    width: 65px;
    position: absolute;
    margin: auto;
    }

    .firstNav {
    text-align: center;
    }

    .firstNav > a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 12px;
    color: #fff;
    }

    .firstNav > a:hover {
    background: #000;
    }

    <body>
    <div class="mainbox box">
    <header>
    <nav>
    <div class="firstNav">
    <a href="#">Home</a>
    <a href="#">Blog</a>
    <a href="#">Portfolio</a>
    <img src="./img/logo.png" alt="logo" class="logo">
    <a href="#">Progress</a>
    <a href="#">About</a>
    <a href="#">Contact</a>
    </div>
    </nav>
    </header>
    </div>

    </body>





    When I tried to use the code above the result is just like below image I attached



    enter image description here










    share|improve this question

























      2












      2








      2








      Good days guys I would like to ask if how to center the image element in the navigation bar, I dint use ul element when I try to use absolute dint work as well.. what I want to make it happen is just like on the image that attached here. thanks



      logo



      here's the code, by the use I used grid system here






      body,
      html {
      padding: 0;
      margin: 0;
      height: 100%;
      }


      /* ########## Custome Design ######### */

      .mainbox {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-template-rows: repeat(12, 1fr);
      /* margin: 10px 0; */
      height: 100vh;

      }

      .box{
      background-image: linear-gradient(to bottom,
      rgba(93, 173, 226, 0.800),
      rgba(93, 173, 226, 0.932) ),
      url(/img/bg-picture.jpg);
      background-size: cover;
      background-position: left;
      height: 100vh;
      }

      header {
      grid-row: 1 / 2;
      grid-column: 1 / -1;
      /* background-color: #fff; */
      }

      .logo {
      height: 65px;
      width: 65px;
      position: absolute;
      margin: auto;
      }

      .firstNav {
      text-align: center;
      }

      .firstNav > a {
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 14px;
      text-transform: uppercase;
      text-decoration: none;
      padding: 0 12px;
      color: #fff;
      }

      .firstNav > a:hover {
      background: #000;
      }

      <body>
      <div class="mainbox box">
      <header>
      <nav>
      <div class="firstNav">
      <a href="#">Home</a>
      <a href="#">Blog</a>
      <a href="#">Portfolio</a>
      <img src="./img/logo.png" alt="logo" class="logo">
      <a href="#">Progress</a>
      <a href="#">About</a>
      <a href="#">Contact</a>
      </div>
      </nav>
      </header>
      </div>

      </body>





      When I tried to use the code above the result is just like below image I attached



      enter image description here










      share|improve this question














      Good days guys I would like to ask if how to center the image element in the navigation bar, I dint use ul element when I try to use absolute dint work as well.. what I want to make it happen is just like on the image that attached here. thanks



      logo



      here's the code, by the use I used grid system here






      body,
      html {
      padding: 0;
      margin: 0;
      height: 100%;
      }


      /* ########## Custome Design ######### */

      .mainbox {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-template-rows: repeat(12, 1fr);
      /* margin: 10px 0; */
      height: 100vh;

      }

      .box{
      background-image: linear-gradient(to bottom,
      rgba(93, 173, 226, 0.800),
      rgba(93, 173, 226, 0.932) ),
      url(/img/bg-picture.jpg);
      background-size: cover;
      background-position: left;
      height: 100vh;
      }

      header {
      grid-row: 1 / 2;
      grid-column: 1 / -1;
      /* background-color: #fff; */
      }

      .logo {
      height: 65px;
      width: 65px;
      position: absolute;
      margin: auto;
      }

      .firstNav {
      text-align: center;
      }

      .firstNav > a {
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 14px;
      text-transform: uppercase;
      text-decoration: none;
      padding: 0 12px;
      color: #fff;
      }

      .firstNav > a:hover {
      background: #000;
      }

      <body>
      <div class="mainbox box">
      <header>
      <nav>
      <div class="firstNav">
      <a href="#">Home</a>
      <a href="#">Blog</a>
      <a href="#">Portfolio</a>
      <img src="./img/logo.png" alt="logo" class="logo">
      <a href="#">Progress</a>
      <a href="#">About</a>
      <a href="#">Contact</a>
      </div>
      </nav>
      </header>
      </div>

      </body>





      When I tried to use the code above the result is just like below image I attached



      enter image description here






      body,
      html {
      padding: 0;
      margin: 0;
      height: 100%;
      }


      /* ########## Custome Design ######### */

      .mainbox {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-template-rows: repeat(12, 1fr);
      /* margin: 10px 0; */
      height: 100vh;

      }

      .box{
      background-image: linear-gradient(to bottom,
      rgba(93, 173, 226, 0.800),
      rgba(93, 173, 226, 0.932) ),
      url(/img/bg-picture.jpg);
      background-size: cover;
      background-position: left;
      height: 100vh;
      }

      header {
      grid-row: 1 / 2;
      grid-column: 1 / -1;
      /* background-color: #fff; */
      }

      .logo {
      height: 65px;
      width: 65px;
      position: absolute;
      margin: auto;
      }

      .firstNav {
      text-align: center;
      }

      .firstNav > a {
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 14px;
      text-transform: uppercase;
      text-decoration: none;
      padding: 0 12px;
      color: #fff;
      }

      .firstNav > a:hover {
      background: #000;
      }

      <body>
      <div class="mainbox box">
      <header>
      <nav>
      <div class="firstNav">
      <a href="#">Home</a>
      <a href="#">Blog</a>
      <a href="#">Portfolio</a>
      <img src="./img/logo.png" alt="logo" class="logo">
      <a href="#">Progress</a>
      <a href="#">About</a>
      <a href="#">Contact</a>
      </div>
      </nav>
      </header>
      </div>

      </body>





      body,
      html {
      padding: 0;
      margin: 0;
      height: 100%;
      }


      /* ########## Custome Design ######### */

      .mainbox {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-template-rows: repeat(12, 1fr);
      /* margin: 10px 0; */
      height: 100vh;

      }

      .box{
      background-image: linear-gradient(to bottom,
      rgba(93, 173, 226, 0.800),
      rgba(93, 173, 226, 0.932) ),
      url(/img/bg-picture.jpg);
      background-size: cover;
      background-position: left;
      height: 100vh;
      }

      header {
      grid-row: 1 / 2;
      grid-column: 1 / -1;
      /* background-color: #fff; */
      }

      .logo {
      height: 65px;
      width: 65px;
      position: absolute;
      margin: auto;
      }

      .firstNav {
      text-align: center;
      }

      .firstNav > a {
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 14px;
      text-transform: uppercase;
      text-decoration: none;
      padding: 0 12px;
      color: #fff;
      }

      .firstNav > a:hover {
      background: #000;
      }

      <body>
      <div class="mainbox box">
      <header>
      <nav>
      <div class="firstNav">
      <a href="#">Home</a>
      <a href="#">Blog</a>
      <a href="#">Portfolio</a>
      <img src="./img/logo.png" alt="logo" class="logo">
      <a href="#">Progress</a>
      <a href="#">About</a>
      <a href="#">Contact</a>
      </div>
      </nav>
      </header>
      </div>

      </body>






      html css






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 13 '18 at 14:15









      JuryJury

      536




      536
























          4 Answers
          4






          active

          oldest

          votes


















          0














          I solved this using flexbox, replace the text-align:center; in .firstNav and add a display: flex;



          .firstNav {
          display: flex;
          justify-content: center;
          align-items: center;
          }


          Here you have a codepen if you want to checkit! Let me know if that helps!






          share|improve this answer
























          • It seems it works to me..thanks

            – Jury
            Nov 13 '18 at 14:32



















          0














          You can do something like this:






          body,
          html {
          padding: 0;
          margin: 0;
          height: 100%;
          }


          /* ########## Custome Design ######### */

          .mainbox {
          display: grid;
          grid-template-columns: repeat(12, 1fr);
          grid-template-rows: repeat(12, 1fr);
          /* margin: 10px 0; */
          height: 100vh;

          }

          .box{
          background-image: linear-gradient(to bottom,
          rgba(93, 173, 226, 0.800),
          rgba(93, 173, 226, 0.932) ),
          url(/img/bg-picture.jpg);
          background-size: cover;
          background-position: left;
          height: 100vh;
          }

          header {
          grid-row: 1 / 2;
          grid-column: 1 / -1;
          /* background-color: #fff; */
          }

          #header ul li a.logo {
          background: url("http://i48.tinypic.com/2mob6nb.png");
          background-repeat:no-repeat;
          height:140px;
          display:block;
          width:215px;
          margin-top:-61px;
          padding: 0;
          }

          .firstNav {
          text-align: center;
          }

          .firstNav > a {
          font-family: 'Montserrat', sans-serif;
          font-weight: 600;
          font-size: 14px;
          text-transform: uppercase;
          text-decoration: none;
          padding: 0 12px;
          color: #fff;
          }

          .firstNav > a:hover {
          background: #000;
          }

          <body>
          <div class="mainbox box">
          <header>
          <nav>
          <div class="firstNav">
          <a href="#">Home</a>
          <a href="#">Blog</a>
          <a href="#">Portfolio</a>
          <img alt="logo" class="logo">
          <a href="#">Progress</a>
          <a href="#">About</a>
          <a href="#">Contact</a>
          </div>
          </nav>
          </header>
          </div>

          </body>








          share|improve this answer































            0














            I would use a grid like this:






            nav {
            display: grid;
            grid-template-columns: repeat(3, 1fr) auto repeat(3, 1fr)
            }

            nav > * {
            text-align: center;
            }

            <body>
            <div class="mainbox box">
            <header>
            <nav>
            <a href="#">Home</a>
            <a href="#">Blog</a>
            <a href="#">Portfolio</a>
            <img src="./img/logo.png" alt="logo" class="logo">
            <a href="#">Progress</a>
            <a href="#">About</a>
            <a href="#">Contact</a>
            </nav>
            </header>
            </div>

            </body>





            Note: your <div class="FirstNav"> is useless.






            share|improve this answer































              0














              I would suggest using



              .firstNav {
              display: flex
              justify-content: center
              align-items: center
              }


              Full example:






              body,
              html {
              padding: 0;
              margin: 0;
              height: 100%;
              }


              /* ########## Custome Design ######### */

              .mainbox {
              display: grid;
              grid-template-columns: repeat(12, 1fr);
              grid-template-rows: repeat(12, 1fr);
              /* margin: 10px 0; */
              height: 100vh;

              }

              .box{
              background-image: linear-gradient(to bottom,
              rgba(93, 173, 226, 0.800),
              rgba(93, 173, 226, 0.932) ),
              url(/img/bg-picture.jpg);
              background-size: cover;
              background-position: left;
              height: 100vh;
              }

              header {
              grid-row: 1 / 2;
              grid-column: 1 / -1;
              /* background-color: #fff; */
              }

              .logo {
              height: 65px;
              width: 65px;
              }

              .firstNav {
              text-align: center;
              display: flex;
              justify-content: center;
              align-items: center;
              }

              .firstNav > a {
              font-family: 'Montserrat', sans-serif;
              font-weight: 600;
              font-size: 14px;
              text-transform: uppercase;
              text-decoration: none;
              padding: 0 12px;
              color: #fff;
              }

              .firstNav > a:hover {
              background: #000;
              }

               <div class="mainbox box">
              <header>
              <nav>
              <div class="firstNav">
              <a href="#">Home</a>
              <a href="#">Blog</a>
              <a href="#">Portfolio</a>
              <img src="https://placehold.it/50x50" alt="logo" class="logo">
              <a href="#">Progress</a>
              <a href="#">About</a>
              <a href="#">Contact</a>
              </div>
              </nav>
              </header>
              </div>








              share|improve this answer























                Your Answer






                StackExchange.ifUsing("editor", function () {
                StackExchange.using("externalEditor", function () {
                StackExchange.using("snippets", function () {
                StackExchange.snippets.init();
                });
                });
                }, "code-snippets");

                StackExchange.ready(function() {
                var channelOptions = {
                tags: "".split(" "),
                id: "1"
                };
                initTagRenderer("".split(" "), "".split(" "), channelOptions);

                StackExchange.using("externalEditor", function() {
                // Have to fire editor after snippets, if snippets enabled
                if (StackExchange.settings.snippets.snippetsEnabled) {
                StackExchange.using("snippets", function() {
                createEditor();
                });
                }
                else {
                createEditor();
                }
                });

                function createEditor() {
                StackExchange.prepareEditor({
                heartbeatType: 'answer',
                autoActivateHeartbeat: false,
                convertImagesToLinks: true,
                noModals: true,
                showLowRepImageUploadWarning: true,
                reputationToPostImages: 10,
                bindNavPrevention: true,
                postfix: "",
                imageUploader: {
                brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
                contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
                allowUrls: true
                },
                onDemand: true,
                discardSelector: ".discard-answer"
                ,immediatelyShowMarkdownHelp:true
                });


                }
                });














                draft saved

                draft discarded


















                StackExchange.ready(
                function () {
                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53282989%2fcentering-the-img-element-in-navbar%23new-answer', 'question_page');
                }
                );

                Post as a guest















                Required, but never shown

























                4 Answers
                4






                active

                oldest

                votes








                4 Answers
                4






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes









                0














                I solved this using flexbox, replace the text-align:center; in .firstNav and add a display: flex;



                .firstNav {
                display: flex;
                justify-content: center;
                align-items: center;
                }


                Here you have a codepen if you want to checkit! Let me know if that helps!






                share|improve this answer
























                • It seems it works to me..thanks

                  – Jury
                  Nov 13 '18 at 14:32
















                0














                I solved this using flexbox, replace the text-align:center; in .firstNav and add a display: flex;



                .firstNav {
                display: flex;
                justify-content: center;
                align-items: center;
                }


                Here you have a codepen if you want to checkit! Let me know if that helps!






                share|improve this answer
























                • It seems it works to me..thanks

                  – Jury
                  Nov 13 '18 at 14:32














                0












                0








                0







                I solved this using flexbox, replace the text-align:center; in .firstNav and add a display: flex;



                .firstNav {
                display: flex;
                justify-content: center;
                align-items: center;
                }


                Here you have a codepen if you want to checkit! Let me know if that helps!






                share|improve this answer













                I solved this using flexbox, replace the text-align:center; in .firstNav and add a display: flex;



                .firstNav {
                display: flex;
                justify-content: center;
                align-items: center;
                }


                Here you have a codepen if you want to checkit! Let me know if that helps!







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Nov 13 '18 at 14:23









                MartinBAMartinBA

                7161213




                7161213













                • It seems it works to me..thanks

                  – Jury
                  Nov 13 '18 at 14:32



















                • It seems it works to me..thanks

                  – Jury
                  Nov 13 '18 at 14:32

















                It seems it works to me..thanks

                – Jury
                Nov 13 '18 at 14:32





                It seems it works to me..thanks

                – Jury
                Nov 13 '18 at 14:32













                0














                You can do something like this:






                body,
                html {
                padding: 0;
                margin: 0;
                height: 100%;
                }


                /* ########## Custome Design ######### */

                .mainbox {
                display: grid;
                grid-template-columns: repeat(12, 1fr);
                grid-template-rows: repeat(12, 1fr);
                /* margin: 10px 0; */
                height: 100vh;

                }

                .box{
                background-image: linear-gradient(to bottom,
                rgba(93, 173, 226, 0.800),
                rgba(93, 173, 226, 0.932) ),
                url(/img/bg-picture.jpg);
                background-size: cover;
                background-position: left;
                height: 100vh;
                }

                header {
                grid-row: 1 / 2;
                grid-column: 1 / -1;
                /* background-color: #fff; */
                }

                #header ul li a.logo {
                background: url("http://i48.tinypic.com/2mob6nb.png");
                background-repeat:no-repeat;
                height:140px;
                display:block;
                width:215px;
                margin-top:-61px;
                padding: 0;
                }

                .firstNav {
                text-align: center;
                }

                .firstNav > a {
                font-family: 'Montserrat', sans-serif;
                font-weight: 600;
                font-size: 14px;
                text-transform: uppercase;
                text-decoration: none;
                padding: 0 12px;
                color: #fff;
                }

                .firstNav > a:hover {
                background: #000;
                }

                <body>
                <div class="mainbox box">
                <header>
                <nav>
                <div class="firstNav">
                <a href="#">Home</a>
                <a href="#">Blog</a>
                <a href="#">Portfolio</a>
                <img alt="logo" class="logo">
                <a href="#">Progress</a>
                <a href="#">About</a>
                <a href="#">Contact</a>
                </div>
                </nav>
                </header>
                </div>

                </body>








                share|improve this answer




























                  0














                  You can do something like this:






                  body,
                  html {
                  padding: 0;
                  margin: 0;
                  height: 100%;
                  }


                  /* ########## Custome Design ######### */

                  .mainbox {
                  display: grid;
                  grid-template-columns: repeat(12, 1fr);
                  grid-template-rows: repeat(12, 1fr);
                  /* margin: 10px 0; */
                  height: 100vh;

                  }

                  .box{
                  background-image: linear-gradient(to bottom,
                  rgba(93, 173, 226, 0.800),
                  rgba(93, 173, 226, 0.932) ),
                  url(/img/bg-picture.jpg);
                  background-size: cover;
                  background-position: left;
                  height: 100vh;
                  }

                  header {
                  grid-row: 1 / 2;
                  grid-column: 1 / -1;
                  /* background-color: #fff; */
                  }

                  #header ul li a.logo {
                  background: url("http://i48.tinypic.com/2mob6nb.png");
                  background-repeat:no-repeat;
                  height:140px;
                  display:block;
                  width:215px;
                  margin-top:-61px;
                  padding: 0;
                  }

                  .firstNav {
                  text-align: center;
                  }

                  .firstNav > a {
                  font-family: 'Montserrat', sans-serif;
                  font-weight: 600;
                  font-size: 14px;
                  text-transform: uppercase;
                  text-decoration: none;
                  padding: 0 12px;
                  color: #fff;
                  }

                  .firstNav > a:hover {
                  background: #000;
                  }

                  <body>
                  <div class="mainbox box">
                  <header>
                  <nav>
                  <div class="firstNav">
                  <a href="#">Home</a>
                  <a href="#">Blog</a>
                  <a href="#">Portfolio</a>
                  <img alt="logo" class="logo">
                  <a href="#">Progress</a>
                  <a href="#">About</a>
                  <a href="#">Contact</a>
                  </div>
                  </nav>
                  </header>
                  </div>

                  </body>








                  share|improve this answer


























                    0












                    0








                    0







                    You can do something like this:






                    body,
                    html {
                    padding: 0;
                    margin: 0;
                    height: 100%;
                    }


                    /* ########## Custome Design ######### */

                    .mainbox {
                    display: grid;
                    grid-template-columns: repeat(12, 1fr);
                    grid-template-rows: repeat(12, 1fr);
                    /* margin: 10px 0; */
                    height: 100vh;

                    }

                    .box{
                    background-image: linear-gradient(to bottom,
                    rgba(93, 173, 226, 0.800),
                    rgba(93, 173, 226, 0.932) ),
                    url(/img/bg-picture.jpg);
                    background-size: cover;
                    background-position: left;
                    height: 100vh;
                    }

                    header {
                    grid-row: 1 / 2;
                    grid-column: 1 / -1;
                    /* background-color: #fff; */
                    }

                    #header ul li a.logo {
                    background: url("http://i48.tinypic.com/2mob6nb.png");
                    background-repeat:no-repeat;
                    height:140px;
                    display:block;
                    width:215px;
                    margin-top:-61px;
                    padding: 0;
                    }

                    .firstNav {
                    text-align: center;
                    }

                    .firstNav > a {
                    font-family: 'Montserrat', sans-serif;
                    font-weight: 600;
                    font-size: 14px;
                    text-transform: uppercase;
                    text-decoration: none;
                    padding: 0 12px;
                    color: #fff;
                    }

                    .firstNav > a:hover {
                    background: #000;
                    }

                    <body>
                    <div class="mainbox box">
                    <header>
                    <nav>
                    <div class="firstNav">
                    <a href="#">Home</a>
                    <a href="#">Blog</a>
                    <a href="#">Portfolio</a>
                    <img alt="logo" class="logo">
                    <a href="#">Progress</a>
                    <a href="#">About</a>
                    <a href="#">Contact</a>
                    </div>
                    </nav>
                    </header>
                    </div>

                    </body>








                    share|improve this answer













                    You can do something like this:






                    body,
                    html {
                    padding: 0;
                    margin: 0;
                    height: 100%;
                    }


                    /* ########## Custome Design ######### */

                    .mainbox {
                    display: grid;
                    grid-template-columns: repeat(12, 1fr);
                    grid-template-rows: repeat(12, 1fr);
                    /* margin: 10px 0; */
                    height: 100vh;

                    }

                    .box{
                    background-image: linear-gradient(to bottom,
                    rgba(93, 173, 226, 0.800),
                    rgba(93, 173, 226, 0.932) ),
                    url(/img/bg-picture.jpg);
                    background-size: cover;
                    background-position: left;
                    height: 100vh;
                    }

                    header {
                    grid-row: 1 / 2;
                    grid-column: 1 / -1;
                    /* background-color: #fff; */
                    }

                    #header ul li a.logo {
                    background: url("http://i48.tinypic.com/2mob6nb.png");
                    background-repeat:no-repeat;
                    height:140px;
                    display:block;
                    width:215px;
                    margin-top:-61px;
                    padding: 0;
                    }

                    .firstNav {
                    text-align: center;
                    }

                    .firstNav > a {
                    font-family: 'Montserrat', sans-serif;
                    font-weight: 600;
                    font-size: 14px;
                    text-transform: uppercase;
                    text-decoration: none;
                    padding: 0 12px;
                    color: #fff;
                    }

                    .firstNav > a:hover {
                    background: #000;
                    }

                    <body>
                    <div class="mainbox box">
                    <header>
                    <nav>
                    <div class="firstNav">
                    <a href="#">Home</a>
                    <a href="#">Blog</a>
                    <a href="#">Portfolio</a>
                    <img alt="logo" class="logo">
                    <a href="#">Progress</a>
                    <a href="#">About</a>
                    <a href="#">Contact</a>
                    </div>
                    </nav>
                    </header>
                    </div>

                    </body>








                    body,
                    html {
                    padding: 0;
                    margin: 0;
                    height: 100%;
                    }


                    /* ########## Custome Design ######### */

                    .mainbox {
                    display: grid;
                    grid-template-columns: repeat(12, 1fr);
                    grid-template-rows: repeat(12, 1fr);
                    /* margin: 10px 0; */
                    height: 100vh;

                    }

                    .box{
                    background-image: linear-gradient(to bottom,
                    rgba(93, 173, 226, 0.800),
                    rgba(93, 173, 226, 0.932) ),
                    url(/img/bg-picture.jpg);
                    background-size: cover;
                    background-position: left;
                    height: 100vh;
                    }

                    header {
                    grid-row: 1 / 2;
                    grid-column: 1 / -1;
                    /* background-color: #fff; */
                    }

                    #header ul li a.logo {
                    background: url("http://i48.tinypic.com/2mob6nb.png");
                    background-repeat:no-repeat;
                    height:140px;
                    display:block;
                    width:215px;
                    margin-top:-61px;
                    padding: 0;
                    }

                    .firstNav {
                    text-align: center;
                    }

                    .firstNav > a {
                    font-family: 'Montserrat', sans-serif;
                    font-weight: 600;
                    font-size: 14px;
                    text-transform: uppercase;
                    text-decoration: none;
                    padding: 0 12px;
                    color: #fff;
                    }

                    .firstNav > a:hover {
                    background: #000;
                    }

                    <body>
                    <div class="mainbox box">
                    <header>
                    <nav>
                    <div class="firstNav">
                    <a href="#">Home</a>
                    <a href="#">Blog</a>
                    <a href="#">Portfolio</a>
                    <img alt="logo" class="logo">
                    <a href="#">Progress</a>
                    <a href="#">About</a>
                    <a href="#">Contact</a>
                    </div>
                    </nav>
                    </header>
                    </div>

                    </body>





                    body,
                    html {
                    padding: 0;
                    margin: 0;
                    height: 100%;
                    }


                    /* ########## Custome Design ######### */

                    .mainbox {
                    display: grid;
                    grid-template-columns: repeat(12, 1fr);
                    grid-template-rows: repeat(12, 1fr);
                    /* margin: 10px 0; */
                    height: 100vh;

                    }

                    .box{
                    background-image: linear-gradient(to bottom,
                    rgba(93, 173, 226, 0.800),
                    rgba(93, 173, 226, 0.932) ),
                    url(/img/bg-picture.jpg);
                    background-size: cover;
                    background-position: left;
                    height: 100vh;
                    }

                    header {
                    grid-row: 1 / 2;
                    grid-column: 1 / -1;
                    /* background-color: #fff; */
                    }

                    #header ul li a.logo {
                    background: url("http://i48.tinypic.com/2mob6nb.png");
                    background-repeat:no-repeat;
                    height:140px;
                    display:block;
                    width:215px;
                    margin-top:-61px;
                    padding: 0;
                    }

                    .firstNav {
                    text-align: center;
                    }

                    .firstNav > a {
                    font-family: 'Montserrat', sans-serif;
                    font-weight: 600;
                    font-size: 14px;
                    text-transform: uppercase;
                    text-decoration: none;
                    padding: 0 12px;
                    color: #fff;
                    }

                    .firstNav > a:hover {
                    background: #000;
                    }

                    <body>
                    <div class="mainbox box">
                    <header>
                    <nav>
                    <div class="firstNav">
                    <a href="#">Home</a>
                    <a href="#">Blog</a>
                    <a href="#">Portfolio</a>
                    <img alt="logo" class="logo">
                    <a href="#">Progress</a>
                    <a href="#">About</a>
                    <a href="#">Contact</a>
                    </div>
                    </nav>
                    </header>
                    </div>

                    </body>






                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Nov 13 '18 at 14:19









                    Wojtek TWojtek T

                    1,326422




                    1,326422























                        0














                        I would use a grid like this:






                        nav {
                        display: grid;
                        grid-template-columns: repeat(3, 1fr) auto repeat(3, 1fr)
                        }

                        nav > * {
                        text-align: center;
                        }

                        <body>
                        <div class="mainbox box">
                        <header>
                        <nav>
                        <a href="#">Home</a>
                        <a href="#">Blog</a>
                        <a href="#">Portfolio</a>
                        <img src="./img/logo.png" alt="logo" class="logo">
                        <a href="#">Progress</a>
                        <a href="#">About</a>
                        <a href="#">Contact</a>
                        </nav>
                        </header>
                        </div>

                        </body>





                        Note: your <div class="FirstNav"> is useless.






                        share|improve this answer




























                          0














                          I would use a grid like this:






                          nav {
                          display: grid;
                          grid-template-columns: repeat(3, 1fr) auto repeat(3, 1fr)
                          }

                          nav > * {
                          text-align: center;
                          }

                          <body>
                          <div class="mainbox box">
                          <header>
                          <nav>
                          <a href="#">Home</a>
                          <a href="#">Blog</a>
                          <a href="#">Portfolio</a>
                          <img src="./img/logo.png" alt="logo" class="logo">
                          <a href="#">Progress</a>
                          <a href="#">About</a>
                          <a href="#">Contact</a>
                          </nav>
                          </header>
                          </div>

                          </body>





                          Note: your <div class="FirstNav"> is useless.






                          share|improve this answer


























                            0












                            0








                            0







                            I would use a grid like this:






                            nav {
                            display: grid;
                            grid-template-columns: repeat(3, 1fr) auto repeat(3, 1fr)
                            }

                            nav > * {
                            text-align: center;
                            }

                            <body>
                            <div class="mainbox box">
                            <header>
                            <nav>
                            <a href="#">Home</a>
                            <a href="#">Blog</a>
                            <a href="#">Portfolio</a>
                            <img src="./img/logo.png" alt="logo" class="logo">
                            <a href="#">Progress</a>
                            <a href="#">About</a>
                            <a href="#">Contact</a>
                            </nav>
                            </header>
                            </div>

                            </body>





                            Note: your <div class="FirstNav"> is useless.






                            share|improve this answer













                            I would use a grid like this:






                            nav {
                            display: grid;
                            grid-template-columns: repeat(3, 1fr) auto repeat(3, 1fr)
                            }

                            nav > * {
                            text-align: center;
                            }

                            <body>
                            <div class="mainbox box">
                            <header>
                            <nav>
                            <a href="#">Home</a>
                            <a href="#">Blog</a>
                            <a href="#">Portfolio</a>
                            <img src="./img/logo.png" alt="logo" class="logo">
                            <a href="#">Progress</a>
                            <a href="#">About</a>
                            <a href="#">Contact</a>
                            </nav>
                            </header>
                            </div>

                            </body>





                            Note: your <div class="FirstNav"> is useless.






                            nav {
                            display: grid;
                            grid-template-columns: repeat(3, 1fr) auto repeat(3, 1fr)
                            }

                            nav > * {
                            text-align: center;
                            }

                            <body>
                            <div class="mainbox box">
                            <header>
                            <nav>
                            <a href="#">Home</a>
                            <a href="#">Blog</a>
                            <a href="#">Portfolio</a>
                            <img src="./img/logo.png" alt="logo" class="logo">
                            <a href="#">Progress</a>
                            <a href="#">About</a>
                            <a href="#">Contact</a>
                            </nav>
                            </header>
                            </div>

                            </body>





                            nav {
                            display: grid;
                            grid-template-columns: repeat(3, 1fr) auto repeat(3, 1fr)
                            }

                            nav > * {
                            text-align: center;
                            }

                            <body>
                            <div class="mainbox box">
                            <header>
                            <nav>
                            <a href="#">Home</a>
                            <a href="#">Blog</a>
                            <a href="#">Portfolio</a>
                            <img src="./img/logo.png" alt="logo" class="logo">
                            <a href="#">Progress</a>
                            <a href="#">About</a>
                            <a href="#">Contact</a>
                            </nav>
                            </header>
                            </div>

                            </body>






                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Nov 13 '18 at 14:20









                            SteeveDrozSteeveDroz

                            3,60632045




                            3,60632045























                                0














                                I would suggest using



                                .firstNav {
                                display: flex
                                justify-content: center
                                align-items: center
                                }


                                Full example:






                                body,
                                html {
                                padding: 0;
                                margin: 0;
                                height: 100%;
                                }


                                /* ########## Custome Design ######### */

                                .mainbox {
                                display: grid;
                                grid-template-columns: repeat(12, 1fr);
                                grid-template-rows: repeat(12, 1fr);
                                /* margin: 10px 0; */
                                height: 100vh;

                                }

                                .box{
                                background-image: linear-gradient(to bottom,
                                rgba(93, 173, 226, 0.800),
                                rgba(93, 173, 226, 0.932) ),
                                url(/img/bg-picture.jpg);
                                background-size: cover;
                                background-position: left;
                                height: 100vh;
                                }

                                header {
                                grid-row: 1 / 2;
                                grid-column: 1 / -1;
                                /* background-color: #fff; */
                                }

                                .logo {
                                height: 65px;
                                width: 65px;
                                }

                                .firstNav {
                                text-align: center;
                                display: flex;
                                justify-content: center;
                                align-items: center;
                                }

                                .firstNav > a {
                                font-family: 'Montserrat', sans-serif;
                                font-weight: 600;
                                font-size: 14px;
                                text-transform: uppercase;
                                text-decoration: none;
                                padding: 0 12px;
                                color: #fff;
                                }

                                .firstNav > a:hover {
                                background: #000;
                                }

                                 <div class="mainbox box">
                                <header>
                                <nav>
                                <div class="firstNav">
                                <a href="#">Home</a>
                                <a href="#">Blog</a>
                                <a href="#">Portfolio</a>
                                <img src="https://placehold.it/50x50" alt="logo" class="logo">
                                <a href="#">Progress</a>
                                <a href="#">About</a>
                                <a href="#">Contact</a>
                                </div>
                                </nav>
                                </header>
                                </div>








                                share|improve this answer




























                                  0














                                  I would suggest using



                                  .firstNav {
                                  display: flex
                                  justify-content: center
                                  align-items: center
                                  }


                                  Full example:






                                  body,
                                  html {
                                  padding: 0;
                                  margin: 0;
                                  height: 100%;
                                  }


                                  /* ########## Custome Design ######### */

                                  .mainbox {
                                  display: grid;
                                  grid-template-columns: repeat(12, 1fr);
                                  grid-template-rows: repeat(12, 1fr);
                                  /* margin: 10px 0; */
                                  height: 100vh;

                                  }

                                  .box{
                                  background-image: linear-gradient(to bottom,
                                  rgba(93, 173, 226, 0.800),
                                  rgba(93, 173, 226, 0.932) ),
                                  url(/img/bg-picture.jpg);
                                  background-size: cover;
                                  background-position: left;
                                  height: 100vh;
                                  }

                                  header {
                                  grid-row: 1 / 2;
                                  grid-column: 1 / -1;
                                  /* background-color: #fff; */
                                  }

                                  .logo {
                                  height: 65px;
                                  width: 65px;
                                  }

                                  .firstNav {
                                  text-align: center;
                                  display: flex;
                                  justify-content: center;
                                  align-items: center;
                                  }

                                  .firstNav > a {
                                  font-family: 'Montserrat', sans-serif;
                                  font-weight: 600;
                                  font-size: 14px;
                                  text-transform: uppercase;
                                  text-decoration: none;
                                  padding: 0 12px;
                                  color: #fff;
                                  }

                                  .firstNav > a:hover {
                                  background: #000;
                                  }

                                   <div class="mainbox box">
                                  <header>
                                  <nav>
                                  <div class="firstNav">
                                  <a href="#">Home</a>
                                  <a href="#">Blog</a>
                                  <a href="#">Portfolio</a>
                                  <img src="https://placehold.it/50x50" alt="logo" class="logo">
                                  <a href="#">Progress</a>
                                  <a href="#">About</a>
                                  <a href="#">Contact</a>
                                  </div>
                                  </nav>
                                  </header>
                                  </div>








                                  share|improve this answer


























                                    0












                                    0








                                    0







                                    I would suggest using



                                    .firstNav {
                                    display: flex
                                    justify-content: center
                                    align-items: center
                                    }


                                    Full example:






                                    body,
                                    html {
                                    padding: 0;
                                    margin: 0;
                                    height: 100%;
                                    }


                                    /* ########## Custome Design ######### */

                                    .mainbox {
                                    display: grid;
                                    grid-template-columns: repeat(12, 1fr);
                                    grid-template-rows: repeat(12, 1fr);
                                    /* margin: 10px 0; */
                                    height: 100vh;

                                    }

                                    .box{
                                    background-image: linear-gradient(to bottom,
                                    rgba(93, 173, 226, 0.800),
                                    rgba(93, 173, 226, 0.932) ),
                                    url(/img/bg-picture.jpg);
                                    background-size: cover;
                                    background-position: left;
                                    height: 100vh;
                                    }

                                    header {
                                    grid-row: 1 / 2;
                                    grid-column: 1 / -1;
                                    /* background-color: #fff; */
                                    }

                                    .logo {
                                    height: 65px;
                                    width: 65px;
                                    }

                                    .firstNav {
                                    text-align: center;
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                    }

                                    .firstNav > a {
                                    font-family: 'Montserrat', sans-serif;
                                    font-weight: 600;
                                    font-size: 14px;
                                    text-transform: uppercase;
                                    text-decoration: none;
                                    padding: 0 12px;
                                    color: #fff;
                                    }

                                    .firstNav > a:hover {
                                    background: #000;
                                    }

                                     <div class="mainbox box">
                                    <header>
                                    <nav>
                                    <div class="firstNav">
                                    <a href="#">Home</a>
                                    <a href="#">Blog</a>
                                    <a href="#">Portfolio</a>
                                    <img src="https://placehold.it/50x50" alt="logo" class="logo">
                                    <a href="#">Progress</a>
                                    <a href="#">About</a>
                                    <a href="#">Contact</a>
                                    </div>
                                    </nav>
                                    </header>
                                    </div>








                                    share|improve this answer













                                    I would suggest using



                                    .firstNav {
                                    display: flex
                                    justify-content: center
                                    align-items: center
                                    }


                                    Full example:






                                    body,
                                    html {
                                    padding: 0;
                                    margin: 0;
                                    height: 100%;
                                    }


                                    /* ########## Custome Design ######### */

                                    .mainbox {
                                    display: grid;
                                    grid-template-columns: repeat(12, 1fr);
                                    grid-template-rows: repeat(12, 1fr);
                                    /* margin: 10px 0; */
                                    height: 100vh;

                                    }

                                    .box{
                                    background-image: linear-gradient(to bottom,
                                    rgba(93, 173, 226, 0.800),
                                    rgba(93, 173, 226, 0.932) ),
                                    url(/img/bg-picture.jpg);
                                    background-size: cover;
                                    background-position: left;
                                    height: 100vh;
                                    }

                                    header {
                                    grid-row: 1 / 2;
                                    grid-column: 1 / -1;
                                    /* background-color: #fff; */
                                    }

                                    .logo {
                                    height: 65px;
                                    width: 65px;
                                    }

                                    .firstNav {
                                    text-align: center;
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                    }

                                    .firstNav > a {
                                    font-family: 'Montserrat', sans-serif;
                                    font-weight: 600;
                                    font-size: 14px;
                                    text-transform: uppercase;
                                    text-decoration: none;
                                    padding: 0 12px;
                                    color: #fff;
                                    }

                                    .firstNav > a:hover {
                                    background: #000;
                                    }

                                     <div class="mainbox box">
                                    <header>
                                    <nav>
                                    <div class="firstNav">
                                    <a href="#">Home</a>
                                    <a href="#">Blog</a>
                                    <a href="#">Portfolio</a>
                                    <img src="https://placehold.it/50x50" alt="logo" class="logo">
                                    <a href="#">Progress</a>
                                    <a href="#">About</a>
                                    <a href="#">Contact</a>
                                    </div>
                                    </nav>
                                    </header>
                                    </div>








                                    body,
                                    html {
                                    padding: 0;
                                    margin: 0;
                                    height: 100%;
                                    }


                                    /* ########## Custome Design ######### */

                                    .mainbox {
                                    display: grid;
                                    grid-template-columns: repeat(12, 1fr);
                                    grid-template-rows: repeat(12, 1fr);
                                    /* margin: 10px 0; */
                                    height: 100vh;

                                    }

                                    .box{
                                    background-image: linear-gradient(to bottom,
                                    rgba(93, 173, 226, 0.800),
                                    rgba(93, 173, 226, 0.932) ),
                                    url(/img/bg-picture.jpg);
                                    background-size: cover;
                                    background-position: left;
                                    height: 100vh;
                                    }

                                    header {
                                    grid-row: 1 / 2;
                                    grid-column: 1 / -1;
                                    /* background-color: #fff; */
                                    }

                                    .logo {
                                    height: 65px;
                                    width: 65px;
                                    }

                                    .firstNav {
                                    text-align: center;
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                    }

                                    .firstNav > a {
                                    font-family: 'Montserrat', sans-serif;
                                    font-weight: 600;
                                    font-size: 14px;
                                    text-transform: uppercase;
                                    text-decoration: none;
                                    padding: 0 12px;
                                    color: #fff;
                                    }

                                    .firstNav > a:hover {
                                    background: #000;
                                    }

                                     <div class="mainbox box">
                                    <header>
                                    <nav>
                                    <div class="firstNav">
                                    <a href="#">Home</a>
                                    <a href="#">Blog</a>
                                    <a href="#">Portfolio</a>
                                    <img src="https://placehold.it/50x50" alt="logo" class="logo">
                                    <a href="#">Progress</a>
                                    <a href="#">About</a>
                                    <a href="#">Contact</a>
                                    </div>
                                    </nav>
                                    </header>
                                    </div>





                                    body,
                                    html {
                                    padding: 0;
                                    margin: 0;
                                    height: 100%;
                                    }


                                    /* ########## Custome Design ######### */

                                    .mainbox {
                                    display: grid;
                                    grid-template-columns: repeat(12, 1fr);
                                    grid-template-rows: repeat(12, 1fr);
                                    /* margin: 10px 0; */
                                    height: 100vh;

                                    }

                                    .box{
                                    background-image: linear-gradient(to bottom,
                                    rgba(93, 173, 226, 0.800),
                                    rgba(93, 173, 226, 0.932) ),
                                    url(/img/bg-picture.jpg);
                                    background-size: cover;
                                    background-position: left;
                                    height: 100vh;
                                    }

                                    header {
                                    grid-row: 1 / 2;
                                    grid-column: 1 / -1;
                                    /* background-color: #fff; */
                                    }

                                    .logo {
                                    height: 65px;
                                    width: 65px;
                                    }

                                    .firstNav {
                                    text-align: center;
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                    }

                                    .firstNav > a {
                                    font-family: 'Montserrat', sans-serif;
                                    font-weight: 600;
                                    font-size: 14px;
                                    text-transform: uppercase;
                                    text-decoration: none;
                                    padding: 0 12px;
                                    color: #fff;
                                    }

                                    .firstNav > a:hover {
                                    background: #000;
                                    }

                                     <div class="mainbox box">
                                    <header>
                                    <nav>
                                    <div class="firstNav">
                                    <a href="#">Home</a>
                                    <a href="#">Blog</a>
                                    <a href="#">Portfolio</a>
                                    <img src="https://placehold.it/50x50" alt="logo" class="logo">
                                    <a href="#">Progress</a>
                                    <a href="#">About</a>
                                    <a href="#">Contact</a>
                                    </div>
                                    </nav>
                                    </header>
                                    </div>






                                    share|improve this answer












                                    share|improve this answer



                                    share|improve this answer










                                    answered Nov 13 '18 at 14:22









                                    MichaelMichael

                                    269111




                                    269111






























                                        draft saved

                                        draft discarded




















































                                        Thanks for contributing an answer to Stack Overflow!


                                        • Please be sure to answer the question. Provide details and share your research!

                                        But avoid



                                        • Asking for help, clarification, or responding to other answers.

                                        • Making statements based on opinion; back them up with references or personal experience.


                                        To learn more, see our tips on writing great answers.




                                        draft saved


                                        draft discarded














                                        StackExchange.ready(
                                        function () {
                                        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53282989%2fcentering-the-img-element-in-navbar%23new-answer', 'question_page');
                                        }
                                        );

                                        Post as a guest















                                        Required, but never shown





















































                                        Required, but never shown














                                        Required, but never shown












                                        Required, but never shown







                                        Required, but never shown

































                                        Required, but never shown














                                        Required, but never shown












                                        Required, but never shown







                                        Required, but never shown







                                        Popular posts from this blog

                                        Florida Star v. B. J. F.

                                        Error while running script in elastic search , gateway timeout

                                        Adding quotations to stringified JSON object values