border-bottom shothand
border-bottom: 3px dashed orange;
The above style is a shorthand property of the following three properties:
border-bottom-width: 20px; 
border-bottom-style: dotted; 
border-bottom-color: blue;
by Valeri Tandilashvili
5 years ago
CSS
shorthand
HTML5 and CSS3 beginners tutorials
1
Pro tip: use ```triple backticks around text``` to write in code fences