auto height api

This commit is contained in:
Will McGugan
2022-05-18 15:30:14 +01:00
parent 61fae791cc
commit d27d22000b
9 changed files with 48 additions and 65 deletions

View File

@@ -3,6 +3,10 @@
background: rebeccapurple;
}
*:focus {
tint: yellow 50%;
}
#foo:hover {
background: greenyellow;
}