how to make the border shorter css 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;
}