Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 7,007 for

css

(0.34 sec)
  1. :active - CSS: Cascading Style Sheets | MDN

    The :active Css pseudo-class represents an element (such as a button) that is being activated by the user. When using a mouse, "activation" typically starts when the user presses down the primary mouse button....Русский 中文 (简体) The :active CSS pseudo-class represents an element...systems with multi-button mice, CSS specifies that the :active pseudo-class...

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

    The direction Css property sets the direction of text, table columns, and horizontal overflow. Use rtl for languages written from right to left (like Hebrew or Arabic), and ltr for those written from left to right (like English and most other languages)....to avoid using the direction CSS property and use the HTML dir...attribute instead. The direction CSS property sets the direction of...

    developer.mozilla.org/en-US/docs/Web/CSS/direction
  3. <angle> - CSS: Cascading Style Sheets | MDN

    The Css data type represents an angle value expressed in degrees, gradians, radians, or turns. It is used, for example, in s and in some transform functions....Русский 中文 (简体) The <angle> CSS data type represents an angle...Specifications Specification CSS Values and Units Module Level...

    developer.mozilla.org/en-US/docs/Web/CSS/angle
  4. At-rules - CSS: Cascading Style Sheets | MDN

    At-rules are Css statements that instruct Css how to behave. They begin with an at sign, @ (U+0040 COMMERCIAL AT), followed by an identifier, and include everything up to the next semicolon, ; (U+003B SEMICOLON), or the next Css block, whichever comes first....(简体) At-rules are CSS statements that instruct CSS how to behave...(U+003B SEMICOLON), or the next CSS block , whichever comes first...

    developer.mozilla.org/en-US/docs/Web/CSS/At-rule
  5. :future - CSS: Cascading Style Sheets | MDN

    The :future Css pseudo-class selector is a time-dimensional pseudo-class that will match for any element which appears entirely after an element that matches :current. For example in a video with captions which are being displayed by WebVTT....Deutsch Français The :future CSS pseudo-class selector is a time-dimensional...WebVTT . css :future(p, span) { display: none; } Syntax css :future...

    developer.mozilla.org/en-US/docs/Web/CSS/:future
  6. CSS performance optimization - Learn web develo...

    When developing a website, you need to consider how the browser is handling the Css on your site. To mitigate any performance issues that Css might be causing, you should optimize it. For example, you should optimize the Css to mitigate render-blocking and minimize the number of required reflows. This article walks you through key Css performance optimization techniques....the browser is handling the CSS on your site. To mitigate any...any performance issues that CSS might be causing, you should optimize...

    developer.mozilla.org/en-US/docs/Learn/Performa...
  7. widows - CSS: Cascading Style Sheets | MDN

    The widows Css property sets the minimum number of lines in a block container that must be shown at the top of a page, region, or column....日本語 Русский 中文 (简体) The widows CSS property sets the minimum number...continued from a prior page.) Syntax css /* <integer> values */ widows:...

    developer.mozilla.org/en-US/docs/Web/CSS/widows
  8. How CSS is structured - Learn web development |...

    At this point, you should have a better idea about how Css is structured. It's also useful to understand how the browser uses HTML and Css to display a webpage. The next article, How Css works, explains the process....Русский 中文 (简体) Previous Overview: CSS first steps Next Now that you...and use of CSS, let's examine the structure of CSS. Prerequisites:...

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

    The functional :has() Css pseudo-class represents an element if any of the relative selectors that are passed as an argument match at least one element when anchored against this element. This pseudo-class presents a way of selecting a parent element or a previous sibling element with respect to a reference element by taking a relative selector list as an argument....中文 (简体) The functional :has() CSS pseudo-class represents an element...selector list as an argument. css /* Selects an h1 heading with...

    developer.mozilla.org/en-US/docs/Web/CSS/:has
  10. CSS layout - Learn web development | MDN

    At this point, we've looked at Css fundamentals, how to style text, and how to style and manipulate the boxes that your content sits inside. Now it's time to look at how to correctly arrange your boxes in relation to the viewport as well as to one another. We've covered the necessary prerequisites, so let's dive deep into Css layout, looking at such various features as: different display settings, positioning, modern layout tools like flexbox and Css grid, and some of the legacy techniques you might still want to know about....this point, we've looked at CSS fundamentals, how to style text...prerequisites, so let's dive deep into CSS layout, looking at such various...

    developer.mozilla.org/en-US/docs/Learn/CSS/CSS_...