Skip to content

Commit

Permalink
Update and rename test.html to main.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jihyerish authored Jun 24, 2024
1 parent a637c74 commit b1656ee
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions demos/target-text/test.html → demos/target-text/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@
}
::target-text {
background-color: blue;
color: white;
}
::target-text:target {
border: 2px solid black;

:target {
color : white;
}

body::after {
content: "goo";
background-color: red;
Expand Down

0 comments on commit b1656ee

Please sign in to comment.