blob: b2ee853edac52dd4610a24a079fa28d791c3157c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<style>
body {
display: flex;
flex-direction: column;
}
body iframe {
flex-grow: 1;
flex-shrink: 1;
}
</style>
<iframe src='./frame.html' name='uno'></iframe>
<iframe src='./frame.html' name='dos'></iframe>
|