Ankit Khettry
0
Q:

css border shorthand


p {
 
border: 5px solid red;
} 
3
#selector{
    /*The format is border:width style color;*/
    border:2px solid grey;
}
2
hr {
  border:none;
  border-top:1px dashed #f00;
  color:#fff;
  background-color:#fff;
  height:1px;
  width:50%;
}
3

New to Communities?

Join the community