Bitcoin Forum

Bitcoin => Project Development => Topic started by: CCUniverseCEO on April 09, 2019, 07:16:42 AM



Title: Counter of sold tokens at website
Post by: CCUniverseCEO on April 09, 2019, 07:16:42 AM
Hello
How to make a counter which will be show my actual balance of tokens with nice design?
I can generate a link with the actual balance but how to transform it to better look ?


Title: Re: Counter of sold tokens at website
Post by: eckmar on April 09, 2019, 08:27:09 AM
Hello
How to make a counter which will be show my actual balance of tokens with nice design?
I can generate a link with the actual balance but how to transform it to better look ?


Uhh use css I guess ? No one can tell you how to make something nice. Learn css  and make something that looks "nice" for you, as its relative too. Whats nice to you, may not be nice to me.


Title: Re: Counter of sold tokens at website
Post by: HeRetiK on April 09, 2019, 03:21:50 PM
You could do it yourself by learning a bit of basic CSS:
https://developer.mozilla.org/en-US/docs/Learn/CSS/Styling_text/Fundamentals

You could purchase a ready-made template, depending on which technology your website is using:
https://themeforest.net/search/ico

You could hire someone else to do it for you:
https://bitcointalk.org/index.php?board=52.0
https://www.reddit.com/r/Jobs4Bitcoins/


Title: Re: Counter of sold tokens at website
Post by: Zemomtum on April 12, 2019, 10:49:22 PM
If you don't want to spend by hiring any programmer, you can learn basic of CSS (Cascading Style Sheet), as the name implies, it allow you to style your element to your taste. You can check this link https://www.w3.org/Style/CSS/Overview.en.html and this also https://www.tutorialspoint.com/css/ tfor tutorial on the subject matter