Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <style>
        body {
            margin: 0;
            padding: 0;
            font-family: Arial, sans-serif;
            overflow-x: hidden;
        }
        ,full-screen-block {
            height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            scroll-snap-type: y mandatory;
        }
        .scroll-section {
            padding: 20px;
        }
        .full-screen-block {
    background-color: lightgray;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    scroll-behavior: smooth; 
}
    </style>
    <title>Your Page</title>
</head>
<body>
    <section>
        <div class="scroll-section">
            <p>Тут обычный скролл</p>
            <p>Тут обычный скролл</p>
            <pТут обычный скролл</p>
            <p>Тут обычный скролл</p>
            <p>Тут обычный скролл5</p>
        </div>
    </section>
    <section>
        <div class="scroll-section">
            <p>Тут обычный скролл</p>
            <p>Тут обычный скролл</p>
            <p>Тут обычный скролл8</p>
            <p>Тут обычный скроллp>
            <p>Тут обычный скролл</p>
        </div>
    </section>
    <section class="full-screen-block">
        <p>Полноэкранный блок 1</p>
    </section>
    <section class="full-screen-block">
        <p>Полноэкранный блок 2</p>
    </section>
    <section class="full-screen-block">
        <p>Полноэкранный блок 3</p>
    </section>
    <section>
        <div class="scroll-section">
            <p>Абзац 11</p>
            <p>Абзац 12</p>
            <p>Абзац 13</p>
            <p>Абзац 14</p>
            <p>Абзац 15</p>
            <p>Абзац 16</p>
            <p>Абзац 17</p>
            <p>Абзац 18</p>
            <p>Абзац 19</p>
            <p>Абзац 20</p>
        </div>
    </section>
  
  <section>
        <div class="scroll-section">
            <p>Абзац 21</p>
            <p>Абзац 22</p>
            <p>Абзац 23</p>
            <p>Абзац 24</p>
            <p>Абзац 25</p>
            <p>Абзац 26</p>
            <p>Абзац 27</p>
            <p>Абзац 28</p>
            <p>Абзац 29</p>
            <p>Абзац 30</p>
        </div>
    </section>
</body>
</html>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers