Search the Whole World Here.,.,

CSS Padding


The CSS padding property defines a padding (space) between the text and the border:

Example

{
    border: 1px solid powderblue;
    padding: 30px;
}
Try it Yourself »


EmoticonEmoticon