mirror of
https://github.com/idanoo/interesting.rocks
synced 2025-07-03 14:42:18 +00:00
add more rocks
This commit is contained in:
parent
e1c6b69ae1
commit
b29665d0d0
4 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Before Width: | Height: | Size: 143 KiB After Width: | Height: | Size: 143 KiB |
BIN
rock2.png
Normal file
BIN
rock2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 211 KiB |
BIN
rock3.png
Normal file
BIN
rock3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 239 KiB |
Loading…
Add table
Add a link
Reference in a new issue