Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 26,089 for

values

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

    The border-top shorthand CSS property sets all the properties of an element's top border....border-top always sets the values of all of the properties that...specified to their default values. Consider the following code:...

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

    The isolation CSS property determines whether an element must create a new stacking context.... Syntax css /* Keyword values */ isolation: auto; isolation:...isolation: isolate; /* Global values */ isolation: inherit; isolation:...

    developer.mozilla.org/en-US/docs/Web/CSS/isolation
  3. Using CSS math functions - CSS: Cascading Style...

    CSS math functions allow a property value - such as the height, animation-duration, or font-size of an element - to be written as a mathematical expression....functions allow a property value - such as the height , animation-duration...element's style using a single value and unit. Consider the following...

    developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fu...
  4. GroupDocs.Assembly for .NET 20.12 Release Notes

    GroupDocs.Assembly for .NET 20.12 Release Notes – the latest updates and fixes....options to control JSON simple values’ recognition and supported...where types of JSON simple values are determined from JSON notation...

    releases.groupdocs.com/assembly/net/release-not...
  5. <td>: The Table Data Cell element - HTML: Hyper...

    The HTML element defines a cell of a table that contains data and may be used as a child of the element....Contains a non-negative integer value that indicates how many columns...The default value is 1 . User agents dismiss values higher than...

    developer.mozilla.org/en-US/docs/Web/HTML/Eleme...
  6. FontFaceSet - Web APIs | MDN

    Learn about the FontFaceSet interface, including its properties and methods, specifications and browser compatibility....only Returns the number of values in the FontFaceSet . Events...FontFaceSet.check() A boolean value that indicates whether a font...

    developer.mozilla.org/en-US/docs/Web/API/FontFa...
  7. acos() - CSS: Cascading Style Sheets | MDN

    The acos() CSS function is a trigonometric function that returns the inverse cosine of a number between -1 and 1. The function contains a single calculation that returns the number of radians representing an between 0deg and 180deg....Syntax css /* Single <number> values */ transform: rotate(acos(-0...rotate(acos(2 * 0.125)); /* Other values */ transform: rotate(acos(pi...

    developer.mozilla.org/en-US/docs/Web/CSS/acos
  8. border-bottom-color - CSS: Cascading Style Shee...

    The border-bottom-color CSS property sets the color of an element's bottom border. It can also be set with the shorthand CSS properties border-color or border-bottom....Try it Syntax css /* <color> values */ border-bottom-color: red;...border-bottom-color: transparent; /* Global values */ border-bottom-color: inherit;...

    developer.mozilla.org/en-US/docs/Web/CSS/border...
  9. -moz-float-edge - CSS: Cascading Style Sheets |...

    The non-standard -moz-float-edge CSS property specifies whether the height and width properties of the element include the margin, border, or padding thickness.... Syntax css /* Keyword values */ -moz-float-edge: content-box;...-moz-float-edge: margin-box; /* Global values */ -moz-float-edge: inherit;...

    developer.mozilla.org/en-US/docs/Web/CSS/-moz-f...
  10. <url> - CSS: Cascading Style Sheets | MDN

    The CSS data type is a pointer to a resource. The resource could be an image, a video, a CSS file, a font file, an SVG feature etc....Syntax <url> = <url()> Values The value is either of the following:...Specification CSS Values and Units Module Level 4 # url-value See also...

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