الجمعة، 20 ديسمبر 2013

Very wide thin curly braces with css or jquery

Is there a way to get very wide but thin curly braces with css/jquery ? Simply scaling the div also scales the line width, so the braces become ugly when getting too big.

{

$("#braces").css({ "transform" : "scale(4,25)" });

This code gives me very very large and narrow curly braces, but I would like to have very thin braces where only the "arms" became longer.

Has anyone an idea of how to achieve that?


View the original article here

ليست هناك تعليقات:

إرسال تعليق