Bouncing Image
CSS (styles.css) css Copier le code body, html { margin: 0; padding: 0; width: 100%; height: 100%; overflow: hidden; } #container { position: relative; width: 100%; height: 100%; } #bouncingImage { position: absolute; width: 100px; /* Adjust the size of the image */ height: auto; }