Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 6,941 for

css

(0.24 sec)
  1. Sizing items in CSS - Learn web development | MDN

    This lesson has given you a rundown of some key issues that you might run into when sizing things on the web. When you move onto Css Layout, sizing will become very important in mastering the different layout methods, so it is worth understanding the concepts here before moving on....Русский 中文 (简体) Previous Overview: CSS building blocks Next In the various...size items on a web page using CSS. Understanding how big the different...

    developer.mozilla.org/en-US/docs/Learn/CSS/Buil...
  2. Next-sibling combinator - CSS: Cascading Style ...

    The next-sibling combinator (+) separates two selectors and matches the second element only if it immediately follows the first element, and both are children of the same parent element.... css /* Paragraphs that come immediately...font-weight: bold; } Syntax css /* The white space around the...

    developer.mozilla.org/en-US/docs/Web/CSS/Next-s...
  3. Using media queries - CSS: Cascading Style Shee...

    Media queries allow you to apply Css styles depending on a device's media type (such as print vs. screen) or other features or characteristics such as screen resolution or orientation, aspect ratio, browser viewport width or height, user preferences such as preferring reduced motion, data usage, or transparency....Media queries allow you to apply CSS styles depending on a device's...conditionally apply styles with the CSS @media and @import at-rules ...

    developer.mozilla.org/en-US/docs/Web/CSS/CSS_me...
  4. :picture-in-picture - CSS: Cascading Style Shee...

    The :picture-in-picture Css pseudo-class matches the element which is currently in picture-in-picture mode....(简体) The :picture-in-picture CSS pseudo-class matches the element...picture-in-picture mode. Syntax css :picture-in-picture { /* ......

    developer.mozilla.org/en-US/docs/Web/CSS/:pictu...
  5. offset-distance - CSS: Cascading Style Sheets |...

    The offset-distance Css property specifies a position along an offset-path for an element to be placed....Français 日本語 The offset-distance CSS property specifies a position...to be placed. Try it Syntax css /* Default value */ offset-distance:...

    developer.mozilla.org/en-US/docs/Web/CSS/offset...
  6. ::file-selector-button - CSS: Cascading Style S...

    The ::file-selector-button Css pseudo-element represents the button of an of type="file"....(简体) The ::file-selector-button CSS pseudo-element represents the...type="file" . Try it Syntax css selector::file-selector-button...

    developer.mozilla.org/en-US/docs/Web/CSS/::file...
  7. forced-color-adjust - CSS: Cascading Style Shee...

    The forced-color-adjust Css property allows authors to opt certain elements out of forced colors mode. This then restores the control of those values to Css....(简体) The forced-color-adjust CSS property allows authors to opt...control of those values to CSS. Syntax css forced-color-adjust: auto;...

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

    The :modal Css pseudo-class matches an element that is in a state in which it excludes all interaction with elements outside it until the interaction has been dismissed. Multiple elements can be selected by the :modal pseudo-class at the same time, but only one of them will be active and able to receive input....Deutsch Français The :modal CSS pseudo-class matches an element...receive input. Try it Syntax css :modal { /* ... */ } Usage notes...

    developer.mozilla.org/en-US/docs/Web/CSS/:modal
  9. flex-direction - CSS: Cascading Style Sheets | MDN

    The flex-direction Css property sets how flex items are placed in the flex container defining the main axis and the direction (normal or reversed)....Русский 中文 (简体) The flex-direction CSS property sets how flex items...the left to the right. Syntax css /* The direction text is laid...

    developer.mozilla.org/en-US/docs/Web/CSS/flex-d...
  10. <easing-function> - CSS: Cascading Style Sheets...

    The Css data type represents a mathematical function that describes the rate at which a value changes....中文 (简体) The <easing-function> CSS data type represents a mathematical...for CSS transition and animation properties. Syntax css /* Keyword...

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