Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> body { margin: 0; background: url("https://s3-us-west-2.amazonaws.com/uw-s3-cdn/wp-content/uploads/sites/6/2017/11/04133712/waterfall.jpg"); 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: #fff; 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>