Files
douwco_website/DouwcoWebsite/wwwroot/css/style.css

24 lines
371 B
CSS

html, body{
height: 100%;
margin: 0;
padding: 0;
font-size: 25px;
scroll-behavior: smooth;
}
/* Container types */
.vert_container{
display: flex;
flex-wrap: wrap;
align-items: center;
}
.scroll_container {
overflow-y: auto;
scroll-snap-type: y mandatory;
}
.scroll_section {
height: 100vh;
scroll-snap-align: start;
}