Archive | Cascading Style Sheet (CSS) RSS feed for this section

Using padding

31. August 2009

0 Comments

Padding is great to use for the needed white space around text/images inside another element. Using paddings Example: padding-left: 10px; These paddings may be used: padding-top: padding-right: padding-bottom: padding-left: padding Shortcuts Using a shortcut is a great idea to save space in CSS and to save time. In order to use a shortcut you must first understand the order which they must be listed. To [...]

Continue reading...