7 lines
79 B
CSS
7 lines
79 B
CSS
.frame {
|
|
width: 100%;
|
|
height: 100vh;
|
|
border: none;
|
|
background: #fff;
|
|
}
|