headerが横幅500px未満なら、header内のh1の文字を青くするCSS
header {
container-type: inline-size;
}
@container (width < 500px) {
h1 {
color: blue;
}
}
headerが横幅500px未満なら、header内のh1の文字を青くするCSS
header {
container-type: inline-size;
}
@container (width < 500px) {
h1 {
color: blue;
}
}
If you have a fediverse account, you can quote this note from your own instance. Search https://misskey.io/notes/a6xmcblpy76b0fw6 on your instance and quote it. (Note that quoting is not supported in Mastodon.)