Copilot
Su complemento de IA para todos los días
Aproximadamente 2.050.000 resultados
  1. Container queries enable you to apply styles to an element based on the size of the element's container. If, for example, a container has less space available in the surrounding context, you can hide certain elements or use smaller fonts.

    Container queries are an alternative to media queries, which apply styles to elements based on viewport size or ...

    <div class="post">
    <div class="card">
    <h2>Card title</h2>
    <p>Card content</p>
    </div>
    </div>

    You can create a containment context using the container-type property:

    Content Under CC-BY-SA license
    ¿Te ha resultado útil?

    Ver los resultados de:

  2. CSS container queries - CSS: Cascading Style Sheets | MDN - MDN …

  3. W3.CSS Containers - W3Schools

    WebLearn how to use the w3-container class to add padding, color, alignment, and font to any HTML element, such as , , , , and more. See examples of headers, footers, articles, and sections with w3-container.

  4. CSS Container Queries - CSS en español - Lenguaje CSS

    WebLos CSS Container Queries son el mismo concepto de las Media Queries, pero en lugar de estar orientados a modificar los estilos dependiendo del tamaño de la página o dispositivo, lo hace dependiendo de un …

  5. container | CSS-Tricks - CSS-Tricks

  6. Next Gen CSS: @container | CSS-Tricks - CSS-Tricks

    Web11 de may. de 2021 · Chrome is experimenting with @container, a property within the CSS Working Group Containment Level 3 spec being championed by Miriam Suzanne of Oddbird, and a group of engineers …

  7. A guide to CSS container queries - LogRocket Blog

  8. Preguntas relacionadas
  9. @container - CSS: Cascading Style Sheets | MDN - MDN Web Docs

  10. Say Hello to CSS Container Queries | CSS-Tricks - CSS-Tricks

  11. A Primer On CSS Container Queries — Smashing …

    Web15 de sept. de 2022 · CSS container queries have landed and are now available for experimentation. Let’s look at what problem is being solved, learn how container queries work, and see how they compare with and …

  12. CSS Container Queries: Use-Cases And Migration …

    Web24 de may. de 2021 · CSS Container queries bring media queries closer to the target elements themselves and enables them to adapt to virtually any given container or layout. In this article, we’re going to cover CSS