2013/6/5 Behrouz Hosseini <[email protected]>

> I am trying to create  circle (rounded) buttons for my media icons. Here
> is the link <http://jsfiddle.net/Behseini/KKQcb/> that I used to create
> them. As you can see I am using the jquery.corner plugin to round the
> corners of the buttons with 35 px but they do not really looks like a
> circle! Can you please help me to fix this?
>

try something like

.cor {
    border-radius: 100%;
    width: 40px;
    height: 40px;
}



Atenciosamente,




Programming in HTML5 with JavaScript and CSS3 Specialist

-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to