border shorthand html code example
Example: css border shorthand
#selector{
/*The format is border:width style color;*/
border:2px solid grey;
}
#selector{
/*The format is border:width style color;*/
border:2px solid grey;
}