Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> .back { background: url("/uploads/media/default/0001/02/79cd6362a06feb80e0db3f5884df2ef279310ca7.jpeg") center; background-size: contain; margin: auto; width: 500px; } .text { color: #fff; border:4px solid; background: rgb(0, 26, 0); mix-blend-mode:multiply; font: bolder 20vw sans-serif; text-align: center; margin: 0; } </style> </head> <body> <div class="back"> <p class="text">NEUES<br>JAHR</p> </div> </body> </html>