diff --git a/index.html b/index.html index d2ce2c5..1b48938 100644 --- a/index.html +++ b/index.html @@ -24,24 +24,27 @@

Crypto Price Predictor

-
+ +

Predicted Price:

-

Track prices with our Telegram bot

-

@TrackCryptoPriceBot

+ +

Track prices with our Telegram bot

+

Telegram logo@TrackCryptoPriceBot

+

About the Repository

This repository demonstrates blockchain prices using api and javascript.

- Visit the Repo + BlockChain Repository
diff --git a/public/Telegram.png b/public/Telegram.png new file mode 100644 index 0000000..d03a551 Binary files /dev/null and b/public/Telegram.png differ diff --git a/public/github.png b/public/github.png new file mode 100644 index 0000000..b3902e3 Binary files /dev/null and b/public/github.png differ diff --git a/styles.css b/styles.css index a303c82..bb4eaf3 100644 --- a/styles.css +++ b/styles.css @@ -11,10 +11,24 @@ body { flex-direction: column; justify-content: space-between; } +img{ + width:5vw; +} +#Telegram{ + position:relative; + top:1.9vw + +} h1, h2, h3 { margin: 0; } +#git{ + position:relative; + top:1.4vw; + max-width: 4vw; + min-width:2vw; +} .header { text-align: center;