背景画像の上にナビゲーションを表示させたいのですが、ナビゲーションのpaddingが邪魔をして上手くいきません。paddingを消したり、position:absolute,position:relativeの関係も見直したのですが、よくわかりません。
分かる方がいらっしゃいましたら、回答よろしくお願い致します。
htmlコード
</section> <!-- //works --> <!-- service --> <section class="section-wrapper"> <h2 class="section-title">Service</h2> <ul class="service-list"> <li class="service-item service1"><a href="">Hearing</a></li> <li class="service-item service2"><a href="">Planning</a></li> <li class="service-item service3"><a href="">Direction</a></li> </ul> <div class="section-bottom">Our Service</div> </section> <!-- //service --><!-- concept --> <section class="section-wrapper"> <h2 class="section-title">CONCEPT</h2> <div class="section-inner"> <p class="concept-lead">“働きたくなる空間”をデザインすることで<br> 人々を幸せにする。</p> <div class="concept-content"> <p class="concept-text">私たちは、オフィスに特化した空間デザイン専門としております。その理由は、「働きたくなる空間で仕事ができれば多くの人を幸せにできるのではないか」と考えるためです。そんな想いの株式会社Cresta Designだからこそできる空間デザインを提供させていただきます</p> <div class="concept-img-wrapper"> <img src="./img/concept-image@2x.jpg" alt=""> </div> </div> </div> <div class="section-bottom text-right">Our Concept</div> </section> <!-- works --> <section class="section-wrapper bg-works"> <h2 class="section-title text-right text-white">Works</h2> <ul class="works-list"> <li class="works-item"> <a href="#!"> <div class="works-list-img"><img src="./img/card-img01@2x.jpg" alt=""></div> <p class="works-list-text">新規サイトを公開しました。今回のサイトは白と黒を基調にしたミニマルなデザインになっています。</p> </a> </li> <li class="works-item"> <a href="#!"> <div class="works-list-img"><img src="./img/card-img02@2x.jpg" alt=""></div> <p class="works-list-text">新規サイトを公開しました。今回のサイトは白と黒を基調にした</p> </a> </li> <li class="works-item"> <a href="#!"> <div class="works-list-img"><img src="./img/card-img03@2x.jpg" alt=""></div> <p class="works-list-text">新規サイトを公開しました。今回のサイトは白と黒を基調にしたミニマルなデザインになっています。</p> </a> </li> </ul> <a href="" class="link-btn">View more</a> <div class="section-bottom text-white">Our Works</div>
</section><!-- contact --> <section class="section-wrapper bg-contact"> <h2 class="section-title text-right text-white">Contact</h2> <div class="section-inner"> <p class="contact-text">お気軽にご相談ください</p> <a href="./contact/" class="link-btn">Contact</a> </div> <div class="section-bottom text-white">Contact us</div>
</main> <!-- //main --> <footer class="footer"> <small>©cresta.design all rights reserved</small> </footer> </body> </html><!-- //contact -->
cssコード
/* ---base---- */
html{
font-size: 62.5%;
}
body{
font-size: 1.6rem;
letter-spacing: .05em;
color: #171717;
font-family: 'Noto Serif','Noto Serif JP', serif;
}
img{
vertical-align: bottom;
width: 100%;
}
.section-wrapper{
padding: 100px 0 70px;
}
.section-title{
max-width: 1000px;
color: #282f35;
font-size: 6rem;
font-style: italic;
margin: 0 auto 80px;
padding: 0 20px;
}
.section-title::after{
content: "";
display: inline-block;
background-color: #282F35;
width: 200px;
height: 5px;
margin-left: 30px;
vertical-align: middle;
}
.section-inner{
max-width: 1000px;
margin: 0 auto;
padding: 0 50px;
}
.section-bottom{
max-width: 1200px;
margin: 0 auto;
font-size: 9rem;
opacity: .05;
}
.section-bottom.text-white{
opacity: .1;
}
.text-right{
text-align: right;
}
.text-white{
color: #fff;
}
.section-title.text-white::after{
background-color: #fff;
}
.link-btn{
display: block;
width: 235px;
line-height: 60px;
margin: 0 auto 70px;
background-color: #f7d43f;
box-shadow: 0 0 6px #1b1310;
border-radius: 30px;
text-align: center;
color: #171717;
font-weight: bold;
text-decoration: none;
transition: .3s;
}
.link-btn:hover{
opacity: .7;
transition: .3s;
}
.text-right{
text-align: right;
}
.text-white{
color: #fff;
}
.section-title.text-white::after
.sp-br{
display: none;
}
/* ---header---- */
.header{
padding: 19px 30px;
position: absolute;
top: 0;
left: 0;
z-index: 1;
box-sizing: border-box;
width: 100%;
}
.header-inner{
display: flex;
justify-content: space-between;
align-items: center;
max-width: 1200px;
margin: 0 auto;
}
.header a{
color: #fff;
text-decoration: none;
transition: .3s;
font-weight: bold;
font-style: italic;
}
.header a:hover{
opacity: .7;
transition: .3s;
}
.site-title{
font-size: 2.6rem;
color: #fff;
}
.nav-list{
display: flex;
}
.nav-item{
margin-right: 30px;
}
.nav-item:last-of-type{
margin-right: 0;
}
.burger-btn{
display: none;
}
/* first view */
.fv{
height: 100vh;
min-height: 550px;
position: relative;
background-image: url(./img/fv-bgi_01@2x.jpg);
background-size: cover;
background-position: center;
}
.main-copy{
position: absolute;
left: 120px;
bottom: 177px;
color: #fff;
}
.en-copy{
font-size: 7rem;
margin-bottom: 31px;
}
.jp-copy{
font-size: 4rem;
text-align: center;
}
/* ---concept--- /
.concept-lead{
text-align: center;
font-size: 3rem;
margin-bottom: 60px;
font-weight: bold;
line-height: 1.7;
}
.concept-content{
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 70px;
}
.concept-text{
max-width: 440px;
line-height: 1.9;
font-weight: bold;
}
.concept-img-wrapper{
max-width: 440px;
margin-left: 20px;
}
/ ---works--- */
.bg-works{
background-image: url(./img/works-bgi@2x.jpg);
background-size: cover;
background-position: center;
}
.works-list{
max-width: 1000px;
margin: 0 auto 80px;
padding: 0 50px;
display: flex;
justify-content: space-between;
}
.works-item{
width: 32%;
background-color: #fff;
}
.works-item a{
color: #141414;
text-decoration: none;
}
.works-list-text{
padding: 25px 20px;
}
/* ---service--- */
.service-list{
display: flex;
}
.service-item{
width: 33.3%;
}
.service-item.service1{
background-image: url(./img/service-img01@2x.jpg);
}
.service-item.service2{
background-image: url(./img/service-img02@2x.jpg);
}
.service-item.service3{
background-image: url(./img/sevice-img03@2x.jpg);
}
.service-item a{
text-decoration: none;
display: block;
width: 100%;
text-align: center;
color: #fff;
line-height: 320px;
font-size: 4rem;
font-weight: bold;
font-style: italic;
transition: .3s;
}
.service-item a:hover{
background-color:rgba(40,47,53,7);
transition: .3s;
}
/* ---contact--- */
.bg-contact{
background-image: url(./img/contact-bgi@2x.jpg);
background-size: cover;
background-position: center;
}
.contact-text{
text-align: center;
color: #fff;
font-size: 2rem;
margin-bottom: 40px;
}
/* ---footer--- */
.footer{
padding: 30px 0;
text-align: center;
font-size: 1.4rem;
font-weight: bold;
color: #282f35;
}
回答1件
あなたの回答
tips
プレビュー