javascript - Styling a jQuery Plug-In (ClassyCountdown) -


i using countdown site: http://www.class.pm/files/jquery/classycountdown/

now want style countdown, don´t know how. want edit font, color, thickness of line , scale whole countdown. how style it?

edit: working link: http://www.html.it/wp-content/uploads/script/demo/a/51105/demo.html

edit 2: figured out how scale whole countdown. used width of id , resized automatically.

#countdown-container {     width: 500px; } 

but how change font, color , thickness of line?

i figured out how scale whole countdown. used width of id , resized automatically.

#countdown-container {     width: 500px; } 

Comments

Popular posts from this blog

dns - How To Use Custom Nameserver On Free Cloudflare? -

qt - Passing a QObject to an Script function with QJSEngine? -

c# - Web API response xml language -