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

php - Admin SDK -- get information about the group -

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

Python Error - TypeError: input expected at most 1 arguments, got 3 -