Dimension Properties

PropertyPossible ValuesDescription
widthauto, px, %, em, vwDefines the width of an element
heightauto, px, %, em, vhDefines the height of an element
max-widthnone, px, %, vwSets the maximum width an element can have
max-heightnone, px, %, vhSets the maximum height an element can have
min-width0, px, %, vwSets the minimum width an element must have
min-height0, px, %, vhSets the minimum height an element must have
box-sizingcontent-box, border-boxDefines whether padding and border are included in width/height

Explanation of Values

Value TypeDescriptionExample
px (pixels)Fixed size, does not change with screen sizewidth: 300px;
% (percentage)Relative to the parent elementwidth: 50%;
vw (viewport width)Percentage of the browser's widthwidth: 80vw;
vh (viewport height)Percentage of the browser's heightheight: 100vh;
autoAdjusts size based on contentwidth: auto;
em / remRelative to font sizewidth: 10em;

Example:

.container {
    width: 80%;
    max-width: 1200px;
    min-width: 300px;
    height: auto;
}
Qus. 1 : Which CSS property is used to control the order of flex items in the container

  1. flex-order
  2. order
  3. flex-direction
  4. item-order
Qus. 2 : What does the z-index property in CSS control

  1. Opacity
  2. Visibility
  3. Stacking order
  4. Font size
Qus. 3 : Which property prevents elements from overlapping a floated element

  1. clear
  2. overflow
  3. z-index
  4. display

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