複数のセクションを含むランディングページがあります。ここでランディングページのスクロール(ASP.NET MVC)
は、私はこのウェブサイト上のようにスクロールダウンするようにする必要があり、コード
<!-- About Section -->
<section id="about" class="about-section">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1>About Section</h1>
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="services-section">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1>Services Section</h1>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact-section">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1>Contact Section</h1>
</div>
</div>
</div>
</section>`
です。
私はこれをどのように達成することができますか?
ありがとうございました!
https://startbootstrap.com/template-categories/one-page/ –
利用可能なブートストラップの単一ページアプリケーションのテーマを検索してください。プロジェクトでそれを実装し、実装に問題があるかどうかをお知らせください。 –