6 lines
75 B
CSS
6 lines
75 B
CSS
.wrapper {
|
|
width: 200px;
|
|
height: 100vh;
|
|
border: 1px solid dimgrey;
|
|
}
|