11 lines
116 B
CSS
11 lines
116 B
CSS
/* CSS for about:blank iframes */
|
|
|
|
body {
|
|
margin: 0;
|
|
}
|
|
|
|
iframe {
|
|
width: 100%;
|
|
height: 100%;
|
|
border: none;
|
|
}
|