Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 6,945 for

css

(0.12 sec)
  1. <ident> - CSS: Cascading Style Sheets | MDN

    The Css data type denotes an arbitrary string used as an identifier....language Deutsch 日本語 The <ident> CSS data type denotes an arbitrary...as an identifier . Syntax A CSS identifier consists of one or...

    developer.mozilla.org/en-US/docs/Web/CSS/ident
  2. inset() - CSS: Cascading Style Sheets | MDN

    The inset() Css function defines a rectangle at the specified inset distances from each side of the reference box. It is a basic shape function used to define one of the data types....Deutsch 日本語 中文 (简体) The inset() CSS function defines a rectangle...<basic-shape> data types . Try it Syntax css shape-outside: inset(20px 50px...

    developer.mozilla.org/en-US/docs/Web/CSS/basic-...
  3. size - CSS: Cascading Style Sheets | MDN

    The size Css at-rule descriptor, used with the @page at-rule, defines the size and orientation of the box which is used to represent a page. Most of the time, this size corresponds to the target size of the printed page if applicable....Deutsch Français 日本語 The size CSS at-rule descriptor, used with...absolute dimensions. Syntax css /* Keyword values for scalable...

    developer.mozilla.org/en-US/docs/Web/CSS/@page/...
  4. background - CSS: Cascading Style Sheets | MDN

    The background shorthand Css property sets all background style properties at once, such as color, image, origin and size, or repeat method. Component properties not set in the background shorthand property value declaration are set to their default values....(简体) The background shorthand CSS property sets all background...shorthand for the following CSS properties: background-attachment...

    developer.mozilla.org/en-US/docs/Web/CSS/backgr...
  5. z-index - CSS: Cascading Style Sheets | MDN

    The z-index Css property sets the z-order of a positioned element and its descendants or flex and grid items. Overlapping elements with a larger z-index cover those with a smaller one....Русский 中文 (简体) The z-index CSS property sets the z-order of...local stacking context. Syntax css /* Keyword value */ z-index:...

    developer.mozilla.org/en-US/docs/Web/CSS/z-index
  6. background-origin - CSS: Cascading Style Sheets...

    The background-origin Css property sets the background's origin: from the border start, inside the border, or inside the padding....中文 (简体) The background-origin CSS property sets the background's...background-attachment is fixed . Syntax css /* Keyword values */ background-origin:...

    developer.mozilla.org/en-US/docs/Web/CSS/backgr...
  7. background-image - CSS: Cascading Style Sheets ...

    The background-image Css property sets one or more background images on an element....中文 (简体) The background-image CSS property sets one or more background...background-clip and background-origin CSS properties. If a specified image...

    developer.mozilla.org/en-US/docs/Web/CSS/backgr...
  8. border - CSS: Cascading Style Sheets | MDN

    The border shorthand Css property sets an element's border. It sets the values of border-width, border-style, and border-color....中文 (简体) The border shorthand CSS property sets an element's border...shorthand for the following CSS properties: border-width border-style...

    developer.mozilla.org/en-US/docs/Web/CSS/border
  9. list-style - CSS: Cascading Style Sheets | MDN

    The list-style Css shorthand property allows you to set all the list style properties at once....Français 日本語 中文 (简体) The list-style CSS shorthand property allows you...shorthand for the following CSS properties: list-style-image...

    developer.mozilla.org/en-US/docs/Web/CSS/list-s...
  10. ::slotted() - CSS: Cascading Style Sheets | MDN

    The ::slotted() Css pseudo-element represents any element that has been placed into a slot inside an HTML template (see Using templates and slots for more information)....Русский 中文 (简体) The ::slotted() CSS pseudo-element represents any...only works when used inside CSS placed within a shadow DOM ....

    developer.mozilla.org/en-US/docs/Web/CSS/::slotted