Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
h1 {
text-align: center;
background: #c4c4c4;
padding-top: 50px;
color: #000000;
width: 400px;
height: 120px;
box-shadow: 0 10px 10px #000000;
}
</style>
</head>
<body>
<h1>W3Docs</h1>
</body>
</html>