Showing posts with label CSS-Max-Properties. Show all posts
Showing posts with label CSS-Max-Properties. Show all posts

Max-Width

Max-width in CSS.

syntax(max-width : values;)
  • max-width
  • Values: percentage | length
Example:

.class_name{max-width : percentage;}

Max-Height

Max-height in CSS.

syntax(max-height : values;)
  • max-height
  • Values: percentage | length
Example:

.class_name{max-height : percentage;}