CSS snippet
code:html
<span style="padding: 4px 16px; font-size: 1.3em; background-color: transparent; background-image: repeating-linear-gradient(-45deg, white, white 2px, transparent 0, transparent 4px);">GARA HAIKEI</span>
backdrop-filter: saturate(180%) blur(20px);
slider
width/height的值為auto時,會以子元素指定為<length>的值的margin/padding/width/height進行計算 navbar
code:css
li:has(a:is(:hover, :focus-visible)) {anchor-name: --a;}
ul::before {
left: anchor(--a left);
width: anchor-size(--a width);
}
code:css
td:has(~ td:hover),
table:has(td:nth-of-type(3):hover)
tr:not(:first-of-type):has(~ tr:hover)
td:nth-of-type(3) {
background: var(--highlighted);
}