<html>

<body>
  This text will be in white. But the background will be in black color

  <body>

</html>
body {
  color: white;
  background-color: black;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.