Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 6,946 for

css

(0.05 sec)
  1. padding - CSS: Cascading Style Sheets | MDN

    The padding Css shorthand property sets the padding area on all four sides of an element at once....Русский 中文 (简体) The padding CSS shorthand property sets the padding...shorthand for the following CSS properties: padding-top padding-right...

    developer.mozilla.org/en-US/docs/Web/CSS/padding
  2. How CSS works - Learn web development | MDN

    You've nearly finished this module — we only have one more thing to do. In the Styling a biography page assessment you'll use your new knowledge to restyle an example, testing out some Css in the process....Overview: CSS first steps Next We have learned the basics of CSS, what...look at how a browser takes CSS and HTML and turns that into...

    developer.mozilla.org/en-US/docs/Learn/CSS/Firs...
  3. blur() - CSS: Cascading Style Sheets | MDN

    The blur() Css function applies a Gaussian blur to the input image. Its result is a ....한국어 Русский 中文 (简体) The blur() CSS function applies a Gaussian blur...elements on which it is applied. css blur(radius) Parameters radius...

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

    The pow() Css function is an exponential function that returns the value of a base raised to the power of a number....Deutsch 日本語 中文 (简体) The pow() CSS function is an exponential function...mathematical constant e . Syntax css /* A <number> value */ width:...

    developer.mozilla.org/en-US/docs/Web/CSS/pow
  5. :scope - CSS: Cascading Style Sheets | MDN

    The :scope Css pseudo-class represents elements that are a reference point, or scope, for selectors to match against....Français 日本語 中文 (简体) The :scope CSS pseudo-class represents elements...selectors to match against. css /* Selects a scoped element */...

    developer.mozilla.org/en-US/docs/Web/CSS/:scope
  6. Replaced elements - CSS: Cascading Style Sheets...

    In Css, a replaced element is an element whose representation is outside the scope of Css; they're external objects whose representation is independent of the Css formatting model....Русский 中文 (简体) 正體中文 (繁體) In CSS , a replaced element is an element...representation is outside the scope of CSS; they're external objects whose...

    developer.mozilla.org/en-US/docs/Web/CSS/Replac...
  7. <image> - CSS: Cascading Style Sheets | MDN

    The Css data type represents a two-dimensional image....Brasil) 中文 (简体) The <image> CSS data type represents a two-dimensional...paint() function. Description CSS can handle the following kinds...

    developer.mozilla.org/en-US/docs/Web/CSS/image
  8. shape-margin - CSS: Cascading Style Sheets | MDN

    The shape-margin Css property sets a margin for a Css shape created using shape-outside....shape-margin CSS property sets a margin for a CSS shape created...surrounding content. Syntax css /* <length> values */ shape-margin:...

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

    The scale Css property allows you to specify scale transforms individually and independently of the transform property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the transform value....Français 日本語 한국어 中文 (简体) The scale CSS property allows you to specify...transform value. Try it Syntax css /* Keyword values */ scale: none;...

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

    The :host() Css pseudo-class function selects the shadow host of the shadow DOM containing the Css it is used inside (so you can select a custom element from inside its shadow DOM) — but only if the selector given as the function's parameter matches the shadow host. :host() has no effect when used outside a shadow DOM....Русский 中文 (简体) The :host() CSS pseudo-class function selects...the shadow DOM containing the CSS it is used inside (so you can...

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