First version of the new layout.
This commit is contained in:
24
DouwcoWebsite/wwwroot/css/style.css
Normal file
24
DouwcoWebsite/wwwroot/css/style.css
Normal file
@@ -0,0 +1,24 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user