Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 6,946 for

css

(0.08 sec)
  1. :focus - CSS: Cascading Style Sheets | MDN

    The :focus Css pseudo-class represents an element (such as a form input) that has received focus. It is generally triggered when the user clicks or taps on an element or selects it with the keyboard's Tab key....Brasil) Русский 中文 (简体) The :focus CSS pseudo-class represents an element...contains a focused element. Syntax css :focus { /* ... */ } Accessibility...

    developer.mozilla.org/en-US/docs/Web/CSS/:focus
  2. <frequency> - CSS: Cascading Style Sheets | MDN

    The Css data type represents a frequency dimension, such as the pitch of a speaking voice. It is not currently used in any Css properties....한국어 中文 (简体) The <frequency> CSS data type represents a frequency...is not currently used in any CSS properties. Syntax The <frequency>...

    developer.mozilla.org/en-US/docs/Web/CSS/frequency
  3. opacity() - CSS: Cascading Style Sheets | MDN

    The opacity() Css function applies transparency to the samples in the input image. Its result is a ....Brasil) 中文 (简体) The opacity() CSS function applies transparency...for better performance. Syntax css opacity(amount) Parameters amount...

    developer.mozilla.org/en-US/docs/Web/CSS/filter...
  4. ::selection - CSS: Cascading Style Sheets | MDN

    The ::selection Css pseudo-element applies styles to the part of a document that has been highlighted by the user (such as clicking and dragging the mouse across text)....Русский 中文 (简体) The ::selection CSS pseudo-element applies styles...Allowable properties Only certain CSS properties can be used with ::selection...

    developer.mozilla.org/en-US/docs/Web/CSS/::sele...
  5. rotateY() - CSS: Cascading Style Sheets | MDN

    The rotateY() Css function defines a transformation that rotates an element around the y-axis (vertical) without deforming it. Its result is a data type....Français 日本語 中文 (简体) The rotateY() CSS function defines a transformation...defined by the transform-origin CSS property. Note: rotateY(a) is...

    developer.mozilla.org/en-US/docs/Web/CSS/transf...
  6. rotateZ() - CSS: Cascading Style Sheets | MDN

    The rotateZ() Css function defines a transformation that rotates an element around the z-axis without deforming it. Its result is a data type....Français 日本語 中文 (简体) The rotateZ() CSS function defines a transformation...defined by the transform-origin CSS property. Note: rotateZ(a) is...

    developer.mozilla.org/en-US/docs/Web/CSS/transf...
  7. :playing - CSS: Cascading Style Sheets | MDN

    The :playing Css pseudo-class selector represents the playback state of an element that is playable, such as

    developer.mozilla.org/en-US/docs/Web/CSS/:playing
  8. container-name - CSS: Cascading Style Sheets | MDN

    The container-name Css property specifies a list of query container names used by the @container at-rule in a container query. A container query will apply styles to elements based on the size of the nearest ancestor with a containment context. When a containment context is given a name, it can be specifically targeted using the @container at-rule instead of the nearest ancestor with containment....Deutsch 日本語 The container-name CSS property specifies a list of...automatically applied. Syntax css container-name: none; /* A single...

    developer.mozilla.org/en-US/docs/Web/CSS/contai...
  9. contain - CSS: Cascading Style Sheets | MDN

    The contain Css property indicates that an element and its contents are, as much as possible, independent from the rest of the document tree. Containment enables isolating a subsection of the DOM, providing performance benefits by limiting calculations of layout, style, paint, size, or any combination to a DOM subtree rather than the entire page. Containment can also be used to scope Css counters and quotes....Brasil) 中文 (简体) The contain CSS property indicates that an element...Containment can also be used to scope CSS counters and quotes. Try it There...

    developer.mozilla.org/en-US/docs/Web/CSS/contain
  10. :active - CSS: Cascading Style Sheets | MDN

    The :active Css pseudo-class represents an element (such as a button) that is being activated by the user. When using a mouse, "activation" typically starts when the user presses down the primary mouse button....Русский 中文 (简体) The :active CSS pseudo-class represents an element...systems with multi-button mice, CSS specifies that the :active pseudo-class...

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