Result Size: 300 x 150
x
 
<!DOCTYPE html>
<html>
<head><meta http-equiv="content-security-policy" content="script-src 'none'">
<style>
p {
  color: red;
  text-align: center;
} 
</style>
</head>
<body>
<p>Hello World!</p>
<p>Эти параграфы стилизованы с помощью CSS.</p>
</body>
</html>