Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css border shorthand

#selector{
    /*The format is border:width style color;*/
    border:2px solid grey;
}
 
PREVIOUS NEXT
Tagged: #css #border #shorthand
ADD COMMENT
Topic
Name
5+8 =