4 Matching Annotations
- Nov 2022
-
blog.jim-nielsen.com blog.jim-nielsen.com
Tags
Annotators
URL
-
- May 2021
-
stackoverflow.com stackoverflow.com
-
You need to use the :target pseudo-class: :target { background-color: #ffa; }
-
-
css-tricks.com css-tricks.com
-
/* referencing path from an inline SVG */ clip-path: url(#c1);
first sighting: referencing image by ID in CSS
-
- Nov 2020
-
github.com github.com
-
@import url() is a runtime CSS statement, not a Sass @import module.
-