Margin Properties

PropertyPossible ValuesDescription
marginauto, length (px, em, %), inheritShorthand for setting all four margins (top, right, bottom, left)
margin-topauto, length (px, em, %), inheritSets the top margin of an element
margin-rightauto, length (px, em, %), inheritSets the right margin of an element
margin-bottomauto, length (px, em, %), inheritSets the bottom margin of an element
margin-leftauto, length (px, em, %), inheritSets the left margin of an element

Shortcut Values

Value FormatExampleMeaning
margin: 10px;margin: 10px;All sides = 10px
margin: 10px 20px;margin: 10px 20px;10px (top & bottom), 20px (left & right)
margin: 10px 20px 30px;margin: 10px 20px 30px;10px (top), 20px (left & right), 30px (bottom)
margin: 10px 20px 30px 40px;margin: 10px 20px 30px 40px;10px (top), 20px (right), 30px (bottom), 40px (left)

Example:

.box {
    width: 200px;
    background-color: lightblue;
    margin: 20px auto; /* Adds 20px margin on top & bottom, centers horizontally */
    padding: 10px;
}
✔ 20px margin on top & bottom
✔ Horizontally centered with auto
Qus. 1 : If an element have margin values 20px for top, 20px for bottom, 30px for right, 30px for left. Then which of the following is the correct way to set the margin?

  1. margin: 20px 20px 30px 30px
  2. margin: 30px 20px
  3. margin: 20px 30px
  4. margin: 30px 30px 20px 20px

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


Latest Current Affairs 2025 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