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;
}