CSS property 'padding-bottom'

Browser support
Chrome Firefox IE Opera Safari
CSS Level
N/A
Module
Basic Box Model
Restriction
length, percentage  
Example
ul { padding-bottom: 2em; }  
Reference
www.w3.org 
Description
Shorthand property to set values the thickness of the padding area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. The value may not be negative. 

Help make Visual Studio better. Report CSS bugs here