I loved all of your mum's advice. She sounds very humble and generous.
I loved all of your mum's advice. She sounds very humble and generous.
Early bird tickets are £70
And if you can’t afford it apply for a diversity ticket
2026.stateofthebrowser.com
Early bird tickets are £70
And if you can’t afford it apply for a diversity ticket
2026.stateofthebrowser.com
It's surprising how much our websites (including the BBC's) really struggle with supporting increased text size.
It's surprising how much our websites (including the BBC's) really struggle with supporting increased text size.
However, you wouldn't be able to use the if() with prefers-color-scheme, because it doesn't use the *used* colour scheme. We'll need a new type of container query for that.
However, you wouldn't be able to use the if() with prefers-color-scheme, because it doesn't use the *used* colour scheme. We'll need a new type of container query for that.
@container color-scheme(dark) {
.header {
background-image: url("dark-bg.avif");
}
}
.header:color-scheme(dark) {
background-image: url("dark-bg.avif");
}
@container color-scheme(dark) {
.header {
background-image: url("dark-bg.avif");
}
}
.header:color-scheme(dark) {
background-image: url("dark-bg.avif");
}