CSS @container vs @media query: Difference between revisions
From WikiMLT
m →Video |
m →Video |
||
Line 1: | Line 1: | ||
<noinclude><!--[[Category:HTML_and_CSS|?]]-->{{ContentArticleHeader/HTML_and_CSS}}</noinclude> | <noinclude><!--[[Category:HTML_and_CSS|?]]-->{{ContentArticleHeader/HTML_and_CSS}}</noinclude> | ||
== | == Videos == | ||
{{media | {{media | ||
| n = 4 | | n = 4 | ||
Line 11: | Line 11: | ||
| pos = center | | pos = center | ||
| ca = Container Queries are going to change how we make layouts by [https://www.youtube.com/@KevinPowell Kevin Powell] at [https://youtu.be/3_-Je5XpbqY YouTube]. | | ca = Container Queries are going to change how we make layouts by [https://www.youtube.com/@KevinPowell Kevin Powell] at [https://youtu.be/3_-Je5XpbqY YouTube]. | ||
}} | |||
{{media | |||
| n = 4 | |||
| img = YouTube-loading.webp | |||
| label = v | |||
| special = youtube | |||
| vid = j9CxKmX7iZE | |||
| sz = 1200 | |||
| pos = center | |||
| ca = Smart Sizing in CSS With Container Query Units by [https://www.youtube.com/@KevinPowell Adi Purdila] at [https://youtu.be/j9CxKmX7iZE YouTube]. | |||
}} | }} | ||
Revision as of 09:22, 9 July 2023
Videos
Video 4. Container Queries are going to change how we make layouts by Kevin Powell at YouTube.
Video 4. Smart Sizing in CSS With Container Query Units by Adi Purdila at YouTube.
References
- @media Browser compatibility at MDN
- @container Browser compatibility at MDN
- @container at Can I use?