define border width(not thickness)
Posted
by kc rajput
on Stack Overflow
See other posts from Stack Overflow
or by kc rajput
Published on 2010-06-14T14:07:58Z
Indexed on
2010/06/14
14:12 UTC
Read the original article
Hit count: 154
JavaScript
|css
can I define border width. like
.box{
width:200px;
height:150px;
border-bottom:1px solid #000;
}
box width is 200px
but i want border width in bottom only 100px
.
© Stack Overflow or respective owner