Css: Padding : one, two and three values given?!

  • If four values are given, they apply to top, right, bottom, and left padding, respectively.
  • If one value is given, it applies to all sides.
  • If two or three values are given, the missing values are taken from the opposite side.

For example, the following rule sets : p { padding: 2em 4em 5em }
the top padding to 2em, 
the right padding to 4em,
the bottom padding to 5em, and
the left padding to 4em:




Comments

carthworks said…
Margin, Padding - TRouBLe

Popular posts from this blog

உடல் அறிகுறிகள், வலிகள் மற்றும் அவற்றின் சிகிச்சைகள்: வீட்டு சிகிச்சைகள் மற்றும் அக்குபிரஷர் புள்ளிகள்

MySQL table and want to build a XML file with it in order to make a RSS feed.

REST / AJAX calls from within a Jaggery script