iframe pac-man
by Daniel Hall
HTML
<iframe src="https://skribbl.io/">
</iframe>
CSS
iframe {
position: absolute;
width: 98%;
height: 70%;
}
body {
background-color: black;
}
by Daniel Hall
<iframe src="https://skribbl.io/">
</iframe>
iframe {
position: absolute;
width: 98%;
height: 70%;
}
body {
background-color: black;
}