iframe pac-man
by andrewjohn
HTML
<iframe src="https://google.com/pacman">
</iframe>
CSS
iframe {
position: absolute;
width: 98%;
height: 70%;
}
body {
background-color: black;
}
by andrewjohn
<iframe src="https://google.com/pacman">
</iframe>
iframe {
position: absolute;
width: 98%;
height: 70%;
}
body {
background-color: black;
}