8 lines
108 B
CSS
8 lines
108 B
CSS
.start-container{
|
|
width: 100vw;
|
|
height: 100vh;
|
|
}
|
|
.start-container image {
|
|
width: 100%;
|
|
height: 100%;
|
|
} |