#Development #Approaches
Adaptive SVG favicons · Favicons using the ‘prefers-color-scheme’ media query https://ilo.im/168quh

_____
#Favicon #SVG #CSS #MediaQuery #Colors #ColorScheme #LightMode #DarkMode #WebDev #Frontend

How To Create an Adaptive SVG Favicon Using the prefers-color-scheme Media Query

YouTube

#Development #Misconceptions
CSS light-dark() vs. prefers-color-scheme · “light-dark() isn’t just a shorter ‘prefers-color-scheme’ query.” https://ilo.im/168oi0

_____
#CssFunction #MediaQuery #LightMode #DarkMode #Browser #WebDev #Frontend #CSS

light-dark() isn't always the same as prefers-color-scheme

`light-dark()` and `prefers-color-scheme` treat the defined `color-scheme` values differently.

Using media queries with JavaScript

Media queries are not limited to CSS. JavaScript can also react to them. This can be very useful when...

DEV Community

In Safari, does anyone know why the existence of a container definition (`container-name`/`container-type`) in a layout results in media queries not getting executed at all or being delayed by 5 to 10 seconds? Like you resize the window and nothing happens, you can still interact with the site and then suddenly the layout flips?! Experienced this for the first time and am a bit stumped.

#webdesign #css #safari #bug #containerQuery #mediaQuery

Páginas adaptadas para imprimir con CSS https://lineadecodigo.com/css/paginas-adaptadas-para-imprimir-con-css/ por @victor_cuervo #css #mediaquery #print
Páginas adaptadas para imprimir con CSS

Cómo podemos definir estilos para poder crear páginas adaptadas para imprimir con CSS y buenas prácticas a la hora de definir los elementos.

Línea de Código

#Development #Techniques
Getting oriented with HTML video · How to serve a clip in portrait or landscape format https://ilo.im/161hb7

_____
#Video #WebComponent #HtmlWebComponent #ResponsiveDesign #WebDev #Frontend #HTML #CSS #MediaQuery

Getting Oriented with HTML Video - HTMHell

A collection of bad practices in HTML, copied from real websites.

Getting Oriented with HTML Video - HTMHell

#Development #Techniques
Getting oriented with HTML video · How to serve a clip in portrait or landscape format https://ilo.im/161hb7

_____
#Video #WebComponent #HtmlWebComponent #ResponsiveDesign #WebDev #Frontend #HTML #CSS #MediaQuery

Getting Oriented with HTML Video - HTMHell

A collection of bad practices in HTML, copied from real websites.

Getting Oriented with HTML Video - HTMHell

#Development #Approaches
CSS @import is cool, actually · It delivers some useful features a ‘link’ doesn’t offer https://ilo.im/161egj

_____
#Stylesheets #Browser #WebPerf #WebDev #Frontend #CSS #FeatureQuery #MediaQuery

CSS @import is cool, actually

Importing CSS into a cascade layer. Conditionally importing CSS with feature queries and media queries. @import vs <link>