Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Der Titel des Dokuments</title>
<style>
html, body {
background: #666666;
}
p {
margin: 0;
}
#text {
background: linear-gradient(to bottom, #eee, rgba(220,110,8,0.3), #1c87c9);
background-attachment: fixed;
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
font-size: 150px;
font-weight: bold;
text-align: center;
}
</style>
</head>
<body>
<p id="text">FIX</p>
<p id="text">FIX</p>
<p id="text">FIX</p>
<p id="text">FIX</p>
<p id="text">FIX</p>
<p id="text">FIX</p>
</body>
</html>