2017-05-03 72 views
-3

意想不到的空白我有一個Flexbox的一路不充盈了我的導航欄的問題,我不能爲我的生活弄清楚和負利潤率絕對什麼都不做Flexbox的與頂級

下面是截圖

a busy cat

.hero { 
 
    background-image: url("https://unsplash.it/1500?random"); 
 
    background-size: cover; 
 
    background-position: center; 
 
    width: 100%; 
 
    height: 100%; 
 
    display: -webkit-box; 
 
    display: -ms-flexbox; 
 
    display: flex; 
 
    margin-top: -10px; 
 
} 
 

 
.hero>.center-content { 
 
    width: 400px; 
 
    display: -webkit-box; 
 
    display: -ms-flexbox; 
 
    display: flex; 
 
    -webkit-box-orient: vertical; 
 
    -webkit-box-direction: normal; 
 
    -ms-flex-direction: column; 
 
    flex-direction: column; 
 
    -webkit-box-align: center; 
 
    -ms-flex-align: center; 
 
    align-items: center; 
 
    margin: auto; 
 
} 
 

 
.hero>.center-content h1, 
 
.center-content h3 { 
 
    color: white; 
 
    line-height: 1; 
 
} 
 

 
.hero>.center-content h1 { 
 
    text-transform: uppercase; 
 
    font-size: 3em; 
 
    margin-bottom: 0; 
 
    text-align: center; 
 
} 
 

 
.hero>.center-content h3 { 
 
    margin-bottom: 40px; 
 
    font-size: 1.5em; 
 
    font-weight: normal; 
 
} 
 

 
.center-content>.button { 
 
    text-transform: uppercase; 
 
    color: white; 
 
    padding: 20px; 
 
    border: 1px solid white; 
 
    text-decoration: none; 
 
} 
 

 
.center-content>.button:hover { 
 
    background-color: rgba(255, 255, 255, 0.3); 
 
    border-color: rgba(255, 255, 255, 0.7); 
 
    color: #006594; 
 
}
<div class="container" id="heroImage"> 
 
    <div class="hero"> 
 
    <div class="center-content"> 
 
     <h1>Lazris</h1> 
 
     <h3>Revive Your Web Presence</h3> 
 
     <a href="#" class="button">Some Action Here</a> 
 
    </div> 
 
    </div> 
 
</div>

+5

您還沒有提供導航欄的代碼,所以目前沒有空白! – Sank6

回答

-1

卸下餘量頂O n您的活動菜單

.nav > .active { 
    /** margin-top: 10px; Remove **/ 
} 
+1

該規則在哪裏?.nav> .active {'在問題中可用? – LGSon

+0

這意味着,當該鏈接死亡時,這個答案和問題對於未來的用戶都是無用的,因爲導致它的問題不會再被訪問。這是一個回答問題的非常糟糕的方式,所以投下我的票。如果OP更新問題以便回答有意義,請通知我,我將收回我的投票 – LGSon