Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 7,035 for

css

(0.14 sec)
  1. transform - CSS: Cascading Style Sheets | MDN

    The transform Css property lets you rotate, scale, skew, or translate an element. It modifies the coordinate space of the Css visual formatting model....(简体) 正體中文 (繁體) The transform CSS property lets you rotate, scale...the coordinate space of the CSS visual formatting model . Try...

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

    The attr() Css function is used to retrieve the value of an attribute of the selected element and use it in the stylesheet. It can also be used on pseudo-elements, in which case the value of the attribute on the pseudo-element's originating element is returned....function can be used with any CSS property, but support for properties...parameter is sparse. The attr() CSS function is used to retrieve...

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

    The layer() Css function is used along with the @import at-rule to put the imported resource in a separate named cascade layer....language Deutsch The layer() CSS function is used along with the...Syntax css @import url layer(layer-name); @import "dark.css" layer(framework...

    developer.mozilla.org/en-US/docs/Web/CSS/@impor...
  4. abs() - CSS: Cascading Style Sheets | MDN

    The abs() Css function returns the absolute value of the argument, as the same type as the input....Deutsch Français 한국어 The abs() CSS function returns the absolute...same type as the input. Syntax css /* property: abs(expression)...

    developer.mozilla.org/en-US/docs/Web/CSS/abs
  5. @import - CSS: Cascading Style Sheets | MDN

    The @import Css at-rule is used to import style rules from other valid stylesheets. An @import rule must be defined at the top of the stylesheet, before any other at-rule (except @charset and @layer) and style declarations, or it will be ignored....Brasil) 中文 (简体) The @import CSS at-rule is used to import style...or it will be ignored. Syntax css @import url; @import url layer;...

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

    The :state() Css pseudo-class matches custom elements that have the specified custom state....language Deutsch 日本語 The :state() CSS pseudo-class matches custom elements...the custom element to match. css :state(<custom identifier>) {...

    developer.mozilla.org/en-US/docs/Web/CSS/:state
  7. What is CSS? - Learn web development | MDN

    You made it to the end of the article! Now that you have some understanding of what Css is, let's move on to Getting started with Css, where you can start to write some Css yourself....正體中文 (繁體) Overview: CSS first steps Next CSS (Cascading Style Sheets)... This article explains what CSS is with a simple syntax example...

    developer.mozilla.org/en-US/docs/Learn/CSS/Firs...
  8. :past - CSS: Cascading Style Sheets | MDN

    The :past Css pseudo-class selector is a time-dimensional pseudo-class that will match for any element which appears entirely before an element that matches :current. For example in a video with captions which are being displayed by WebVTT....language Deutsch Français The :past CSS pseudo-class selector is a time-dimensional...WebVTT . css :past(p, span) { display: none; } Syntax css :past...

    developer.mozilla.org/en-US/docs/Web/CSS/:past
  9. @container - CSS: Cascading Style Sheets | MDN

    The @container Css at-rule is a conditional group rule that applies styles to a containment context. Style declarations are filtered by a condition and applied to the container if the condition is true. The condition is evaluated when the container size or value changes....language Deutsch 日本語 The @container CSS at-rule is a conditional group...<stylesheet> } For example: css @container (width > 400px) {...

    developer.mozilla.org/en-US/docs/Web/CSS/@conta...
  10. Class selectors - CSS: Cascading Style Sheets |...

    The Css class selector matches elements based on the contents of their class attribute....Brasil) Русский 中文 (简体) The CSS class selector matches elements...contents of their class attribute. css /* All elements with class="spacious"...

    developer.mozilla.org/en-US/docs/Web/CSS/Class_...