first commit
This commit is contained in:
25
test.css
Normal file
25
test.css
Normal file
@@ -0,0 +1,25 @@
|
||||
html{
|
||||
font-size: 20px;
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
ul,
|
||||
li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
.switcher {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
}
|
||||
.switcher li {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
}
|
||||
.switcher li:nth-of-type(2) {
|
||||
overflow-y: scroll;
|
||||
}
|
Reference in New Issue
Block a user