mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
14 lines
202 B
HTML
14 lines
202 B
HTML
|
<style>
|
||
|
body {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
|
||
|
body iframe {
|
||
|
flex-grow: 1;
|
||
|
flex-shrink: 1;
|
||
|
}
|
||
|
</style>
|
||
|
<iframe src='./frame.html'></iframe>
|
||
|
<iframe src='./frame.html'></iframe>
|