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
Post a Comment