Skip to content

Instantly share code, notes, and snippets.

View carolinux's full-sized avatar
🤗

Ariadni-Karolina Alexiou carolinux

🤗
  • Zurich
View GitHub Profile
<!DOCTYPE html>
<style>
/* Colors */
body {
background: url(http://i.imgur.com/aZty7Mq.png);
animation: mymove 4s linear infinite;
-webkit-animation: mymove 4s linear infinite;
-moz-animation: mymove 4s linear infinite;
}