9 lines
115 B
CSS
9 lines
115 B
CSS
iframe {
|
|
width: 8cm;
|
|
height: 12cm;
|
|
display: block;
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
}
|