Skip to content

Commit 848eaf4

Browse files
Add styles for .test class with green background
1 parent eb8c198 commit 848eaf4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.test {
2+
background-color: green;
3+
}
4+
.test::before {
5+
content: "It’s Green";
6+
}

0 commit comments

Comments
 (0)