add more rocks

This commit is contained in:
Daniel Mason 2025-04-12 13:23:24 +12:00
parent e1c6b69ae1
commit b29665d0d0
Signed by: idanoo
GPG key ID: 387387CDBC02F132
4 changed files with 6 additions and 1 deletions

View file

@ -21,6 +21,9 @@
animation: rotation 5s infinite linear; animation: rotation 5s infinite linear;
} }
img {
margin-top: 5px;
}
@keyframes rotation { @keyframes rotation {
from { from {
transform: rotate(0deg); transform: rotate(0deg);
@ -34,7 +37,9 @@
<body> <body>
<main> <main>
<h1>interesting.rocks</h1> <h1>interesting.rocks</h1>
<img src="rock.png" alt="rock" class="rotate"> <img src="rock1.png" alt="rock" class="rotate">
<img src="rock2.png" alt="rock" class="rotate">
<img src="rock3.png" alt="rock" class="rotate">
</main> </main>
</body> </body>
</html> </html>

View file

Before

Width:  |  Height:  |  Size: 143 KiB

After

Width:  |  Height:  |  Size: 143 KiB

Before After
Before After

BIN
rock2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 KiB

BIN
rock3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 KiB