Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 6,946 for

css

(0.07 sec)
  1. Pseudo-elements - CSS: Cascading Style Sheets |...

    A Css pseudo-element is a keyword added to a selector that lets you style a specific part of the selected element(s)....(do Brasil) Русский 中文 (简体) A CSS pseudo-element is a keyword added...selected element(s). Syntax css selector::pseudo-element { property:...

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

    The translateX() Css function repositions an element horizontally on the 2D plane. Its result is a data type....日本語 中文 (简体) The translateX() CSS function repositions an element...translate3d(tx, 0, 0) . Syntax css /* <length-percentage> values...

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

    The asin() Css function is a trigonometric function that returns the inverse sine of a number between -1 and 1. The function contains a single calculation that returns the number of radians representing an between -90deg and 90deg....Français 中文 (简体) The asin() CSS function is a trigonometric function...between -90deg and 90deg . Syntax css /* Single <number> values */...

    developer.mozilla.org/en-US/docs/Web/CSS/asin
  4. :only-child - CSS: Cascading Style Sheets | MDN

    The :only-child Css pseudo-class represents an element without any siblings. This is the same as :first-child:last-child or :nth-child(1):nth-last-child(1), but with a lower specificity....Русский 中文 (简体) The :only-child CSS pseudo-class represents an element...lower specificity. Try it Syntax css :only-child { /* ... */ } Examples...

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

    The gap Css shorthand property sets the gaps (also called gutters) between rows and columns. This property applies to multi-column, flex, and grid containers....Brasil) Русский 中文 (简体) The gap CSS shorthand property sets the gaps...following CSS properties: column-gap row-gap Syntax css /* One <length>...

    developer.mozilla.org/en-US/docs/Web/CSS/gap
  6. CSS building blocks - Learn web development | MDN

    This module carries on where Css first steps left off — now that you've gained familiarity with the language and its syntax, and got some basic experience using it, it's time to dive a bit deeper. This module looks at the cascade and inheritance, all the selector types we have available, units, sizing, styling backgrounds and borders, debugging, and lots more....This module carries on where CSS first steps left off — now that...toolkit for writing competent CSS and help you understand all the...

    developer.mozilla.org/en-US/docs/Learn/CSS/Buil...
  7. <length-percentage> - CSS: Cascading Style Shee...

    The Css data type represents a value that can be either a or a ....(简体) The <length-percentage> CSS data type represents a value...lengths in so many places.</p> CSS css p { /* length-percentage examples...

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

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

    The round() Css function returns a rounded number based on a selected rounding strategy....language Deutsch The round() CSS function returns a rounded number...Authors should use a custom CSS property (e.g., --my-property...

    developer.mozilla.org/en-US/docs/Web/CSS/round
  10. & nesting selector - CSS: Cascading Style Sheet...

    The Css & nesting selector explicitly states the relationship between parent and child rules when using Css nesting. It makes the nested child rule selectors relative to the parent element. Without the & nesting selector, the child rule selector selects child elements. The child rule selectors have the same specificity weight as if they were within :is()....Deutsch 日本語 한국어 中文 (简体) The CSS & nesting selector explicitly...parent and child rules when using CSS nesting . It makes the nested...

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