<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('theme/reset.css');
@import url('theme/template.css');

.box {
   margin:20px;
   height:150px;
   width:500px;
}
img {
   position:relative;
}
.widget {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}</pre></body></html>