Line 3:
Line 3:
<html>
<html>
<style>
<style>
−
.splash { max-width: 100%; overflow: hidden; }
+
.splash { max-width: 800px; overflow: hidden; }
−
.splash > img { max-width: 100%; animation: 100s forwards the-stare; }
+
.splash > img { max-width: 800px; animation: 10s forwards the-stare; }
@keyframes the-stare { to { transform: translate(-85%,60%) scale(4.5); }}
@keyframes the-stare { to { transform: translate(-85%,60%) scale(4.5); }}
</style>
</style>