Files
rrweb/test/css/style.css
2018-10-12 12:43:16 +08:00

10 lines
72 B
CSS

body {
margin: 0;
}
p {
color: red;
}
body > p {
color: yellow;
}