Padding Properties

CSS padding properties control the space inside an element, between its content and border. Padding ensures proper spacing for readability and design aesthetics.

PropertyPossible ValuesDescription
paddingpx, em, %, autoShorthand for setting all four padding sides
padding-toppx, em, %, autoSpace above the content
padding-rightpx, em, %, autoSpace to the right of the content
padding-bottompx, em, %, autoSpace below the content
padding-leftpx, em, %, autoSpace to the left of the content

Explanation of Values

Value TypeDescriptionExample
px (pixels)Fixed padding sizepadding: 20px;
% (percentage)Relative to parent’s widthpadding: 10%;
em / remRelative to font sizepadding: 2em;
autoBrowser determines the paddingpadding: auto;
padding: 10px 20px 30px 40px;Top → Right → Bottom → Left (clockwise)10px top, 20px right, 30px bottom, 40px left

Example 

.box {
    padding: 20px; /* Adds equal padding on all sides */
}
.container {
    padding: 10px 15px 20px 25px; /* Different padding for each side */
}
✔ First example applies equal padding
✔ Second example applies different padding values
Qus. 1 : If an element have padding values 20px for top, 30px bottom, 15px for right, 10px for left. Then which of the following is the correct way to set that padding?

  1. padding: 20px 30px 15px 10px
  2. padding: 20px 15px 30px 10px
  3. padding: 15px 30px 10px 20px
  4. padding: 30px 15px 20px 10px

Programs

css code to design a box using div with following specifications

View Solution


css code to design a circle using div with following specifications

View Solution


css code to change the square into circle when mouse is over to the square shape

View Solution


css code to create 3 different colors box which partially overlapped to each other

View Solution


CSS code to blink text using keyframes

View Solution


Design a page titled Website Components

View Solution


Use HTML and CSS to show the word "Welcome" and apply styles: center alignment, large size, bold, underline, and change color on hover.

View Solution


Latest Current Affairs 2026 Online Exam Quiz for One day Exam Online Typing Test CCC Online Test Python Programming Tutorials Best Computer Training Institute in Prayagraj (Allahabad) Online MBA 2 years Online MCA Online BCA Best Website and Software Company in Allahabad