write border in shorthand !

Posted by kc rajput on Stack Overflow See other posts from Stack Overflow or by kc rajput
Published on 2010-05-28T13:39:49Z Indexed on 2010/05/28 13:41 UTC
Read the original article Hit count: 246

Filed under:
|
|

i am using border on object. like

.box{
    border-left:solid 1px #000;
    border-right:solid 1px #000;
    border-bottom:solid 1px #000;
    width:50px;
    height:50px;
}

may i write this in shorthand?

© Stack Overflow or respective owner

Related posts about html

Related posts about css