10 lines
123 B
CSS
10 lines
123 B
CSS
.container {
|
|
perspective: 1200px;
|
|
position: fixed;
|
|
inset: 0;
|
|
height: 100vh;
|
|
}
|
|
|
|
.main {
|
|
height: 100%;
|
|
}
|