Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

width css property

/* <length> values */
width: 300px;
width: 25em;

/* <percentage> value */
width: 75%;

/* Keyword values */
width: max-content;
width: min-content;
width: fit-content(20em);
width: auto;

/* Global values */
width: inherit;
width: initial;
width: unset;
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #width #css #property
ADD COMMENT
Topic
Name
6+3 =