<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tile {
	display: inline-block;
	background-color: yellow;
	text-align: center;
	font-size: 50pt;
 }
 
 .space {
	background-color: #999;
 }
 
 
		</pre></body></html>