Does it flip?
-Market capitalization of
-ETH: USD
-BTC: USD
- -ETH/BTC ~ %
-
or more precisely
-Maximum value recorded ~% the day of
- -Flippen.it, live data source: coinmarketcap.com
-thanks to u/keaukraine from cryptofees.net
- -diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..485dee6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea diff --git a/css/main.css b/css/main.css index 3b2289c..547c3df 100644 --- a/css/main.css +++ b/css/main.css @@ -1,19 +1,20 @@ .image { - - -webkit-animation:spin 6000s linear infinite; - -moz-animation:spin 6000s linear infinite; - animation:spin 6000s linear infinite; - transform-origin: 70% 80%; + margin: 0 auto; + -webkit-animation:spin 6000s linear infinite; + -moz-animation:spin 6000s linear infinite; + animation:spin 6000s linear infinite; + transform-origin: 70% 80%; } + @-moz-keyframes spin { 100% { -moz-transform: rotate(-360deg); } } @-webkit-keyframes spin { 100% { -webkit-transform: rotate(-360deg); } } @keyframes spin { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } } .watermark { - position: absolute; - opacity: 0.25; - font-size: 3em; - width: 100%; - text-align: center; - z-index: 1000; + position: absolute; + opacity: 0.25; + font-size: 3em; + width: 100%; + text-align: center; + z-index: 1000; } diff --git a/index.html b/index.html index 1cef140..947cbfa 100644 --- a/index.html +++ b/index.html @@ -2,192 +2,275 @@
-Thanks r/EthTrader
+Thanks r/EthTrader
+Market capitalization of
-or more precisely
-Maximum value recorded ~% the day of
- -Flippen.it, live data source: coinmarketcap.com
-thanks to u/keaukraine from cryptofees.net
- -
+