Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
body {
margin: 0;
background: url('/uploads/media/default/0001/05/a75f5ca313293313060175d0cc69303d2268d6fa.jpeg');
background-size: 160%;
}
h1 {
position: absolute;
bottom: 70%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0;
padding: 0;
font-size: 100px;
font-family: Noto, serif;
color: #ffffff;
text-shadow: 2px 2px #000000;
text-transform: uppercase;
transition-duration: 1s;
-webkit-background-clip: text;
}
h1:hover {
letter-spacing: 10px;
}
</style>
</head>
<body>
<h1>Nature</h1>
</body>
</html>