blob: 41746aa559d566f9011de23e5b4847466630d898 [file] [log] [blame]
<!DOCTYPE html>
<style>
#iframe {
height: 500px;
width: 500px;
background-color: blue;
border-style: solid;
border-radius: 50px;
border-width: 10px;
border-color: gray;
}
</style>
<iframe id="iframe" src="resources/subframe.html">
</iframe>