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