/ hello-world / c / CSS.css
CSS.css
1  body::before {
2      content: "Hello World";
3  }