<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>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.