Skip to content

Commit 651a135

Browse files
committed
style :target on doc
1 parent 2b1961d commit 651a135

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

css3-values/issues-lc-2012.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
.d { background: lightblue }
66
.r { background:orange }
77
.fo { background:red }
8-
.open { box-shadow: 0.25em 0.25em 0.25em; border: solid red; padding: 0.2em; }
8+
.open { border: solid red; padding: 0.2em; }
9+
10+
:target {
11+
box-shadow: 0.25em 0.25em 0.25em;
12+
}
913
</style>
1014

1115
<h1>CSS Values and Units Level 3 Disposition of Comments</h1>

0 commit comments

Comments
 (0)