diff --git a/index.html b/index.html index 78d2746..299056c 100644 --- a/index.html +++ b/index.html @@ -21,6 +21,9 @@ animation: rotation 5s infinite linear; } + img { + margin-top: 5px; + } @keyframes rotation { from { transform: rotate(0deg); @@ -34,7 +37,9 @@

interesting.rocks

- rock + rock + rock + rock
diff --git a/rock.png b/rock1.png similarity index 100% rename from rock.png rename to rock1.png diff --git a/rock2.png b/rock2.png new file mode 100644 index 0000000..026c6f7 Binary files /dev/null and b/rock2.png differ diff --git a/rock3.png b/rock3.png new file mode 100644 index 0000000..3d3a759 Binary files /dev/null and b/rock3.png differ