i have created a html file and used css3 for various effects. Please find the link where i have the code sample br
in the above link, i have an index.html file.Basically, what i want is some space between the circle and the progress bar. i.e in markup, if i have a <br> between the two div’s , then i get the desired o/p,but if i remove it then the circle(java7)and progress bar is very close.Is it ok if i use <br> tag?I tried giving margin top to meter class,but didn’t help, so though of using br. Please let me know if it is fine approach
thanks Dave. Basically, i was adding margin-bottom to “ch-thumb ch-img-1” class . Then i tried adding margin-bottom to “ch-info ch-info1”, but both didn’t work.I think i kind of missed trying meter class.