<html>
	<head>
		<style>
			body{
				background-color: black;
			}

			p {
				color: white;	
			}
		</style>
	</head>
	
	<body>
		
		<p>This line is white but its background is black</p>
		<p>This line is also another white line but its background is black</p>
		
</body>
<html>

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.