<!DOCTYPE html>
<html>
<head>
<style>
body {
  background-color: linen;
}

h1 {
  color: maroon;
  margin-left: 40px;
}
  
  p {
    color: blue;
    font-size: 20px;
    padding-left: 70px;
  }
</style>
</head>
<body>

<h1>Hey There! (This is a heading)</h1>
<p>Hope you have a nice day. (This is a paragraph.)</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.