Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</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">FIXED</p> <p id="text">FIXED</p> <p id="text">FIXED</p> <p id="text">FIXED</p> <p id="text">FIXED</p> <p id="text">FIXED</p> </body> </html>