<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Scale Image */
.scale {transition: all .2s ease-in-out;}
.scale:hover {transform: scale(1.1);}</pre></body></html>