Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 6,946 for

css

(0.1 sec)
  1. ::view-transition - CSS: Cascading Style Sheets...

    The ::view-transition Css pseudo-element represents the root of the view transitions overlay, which contains all view transition snapshot groups and sits over the top of all other page content....中文 (简体) The ::view-transition CSS pseudo-element represents the...styling in the UA stylesheet: css html::view-transition { position:...

    developer.mozilla.org/en-US/docs/Web/CSS/::view...
  2. x - CSS: Cascading Style Sheets | MDN

    The x Css property defines the x-axis coordinate of the top left corner of the SVG shape, image, viewport or nested viewport relative to the nearest ancestor's user coordinate system. If present, it overrides the element's x attribute....Remember language Deutsch The x CSS property defines the x-axis coordinate...elements or pseudo-elements. Syntax css /* length and percentage values...

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

    The atan() Css function is a trigonometric function that returns the inverse tangent of a number between -∞ and +∞. The function contains a single calculation that returns the number of radians representing an between -90deg and 90deg....language Deutsch 中文 (简体) The atan() CSS function is a trigonometric function...between -90deg and 90deg . Syntax css /* Single <number> values */...

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

    The :visited Css pseudo-class applies once the link has been visited by the user. For privacy reasons, the styles that can be modified using this selector are very limited. The :visited pseudo-class applies only to and elements that have an href attribute....Русский 中文 (简体) The :visited CSS pseudo-class applies once the...they can be used: Allowable CSS properties are color , background-color...

    developer.mozilla.org/en-US/docs/Web/CSS/:visited
  5. transform-box - CSS: Cascading Style Sheets | MDN

    The transform-box Css property defines the layout box to which the transform, individual transform properties translate, scale, and rotate, and transform-origin properties relate....日本語 中文 (简体) The transform-box CSS property defines the layout box...transform-origin properties relate. Syntax css /* Keyword values */ transform-box:...

    developer.mozilla.org/en-US/docs/Web/CSS/transf...
  6. <color> - CSS: Cascading Style Sheets | MDN

    The Css data type represents a color. A may also include an alpha-channel transparency value, indicating how the color should composite with its background....Русский 中文 (简体) The <color> CSS data type represents a color...devices' color profiles . Syntax css /* Named colors */ rebeccapurple...

    developer.mozilla.org/en-US/docs/Web/CSS/color_...
  7. interpolate-size - CSS: Cascading Style Sheets ...

    The interpolate-size Css property allows you to enable animations and transitions between a value and an intrinsic size value such as auto, fit-content, or max-content.... The interpolate-size CSS property allows you to enable...when animating a non-box-model CSS property, such as transform ...

    developer.mozilla.org/en-US/docs/Web/CSS/interp...
  8. env() - CSS: Cascading Style Sheets | MDN

    The env() Css function can be used to insert the value of a user-agent defined environment variable into your Css, in a similar fashion to the var() function and custom properties. The difference is that, as well as being user-agent defined rather than author-defined, environment variables are globally scoped to a document, whereas custom properties are scoped to the element(s) on which they are declared....(do Brasil) 中文 (简体) The env() CSS function can be used to insert...environment variable into your CSS, in a similar fashion to the...

    developer.mozilla.org/en-US/docs/Web/CSS/env
  9. :is() - CSS: Cascading Style Sheets | MDN

    The :is() Css pseudo-class function takes a selector list as its argument, and selects any element that can be selected by one of the selectors in that list. This is useful for writing large selectors in a more compact form....日本語 Русский 中文 (简体) The :is() CSS pseudo-class function takes a...complex selectors are allowed. css :is(<forgiving-selector-list>)...

    developer.mozilla.org/en-US/docs/Web/CSS/:is
  10. border-bottom - CSS: Cascading Style Sheets | MDN

    The border-bottom shorthand Css property sets an element's bottom border. It sets the values of border-bottom-width, border-bottom-style and border-bottom-color....The border-bottom shorthand CSS property sets an element's bottom...Consider the following code: css border-bottom-style: dotted;...

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