<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Reflective Design Project Artifact Position Map */
/*
 * Gratuitous use of CSS positioning.  Guilty as charged.
 */

#kitchen-appliances {
	top:			15%;
	right:			10px;
}

#switches {
	top:			30%;
	right:			10px;
}

#clocks {
	top:			45%;
	right:			10px;
}

#communication-aid {
	top:			60%;
	right:			10px;
}

#water-jug {
	top:			75%;
	right:			10px;
}
</pre></body></html>