Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <h1>DNWMFILMS</h1>
- <style>
- body {
- height: 100vh;
- display: flex;
- justify-content: center;
- align-items: center;
- font-family: 'Times', cursive;
- }
- h1 {
- font-size: 60px;
- background-image: url(YOUR IMAGE/GIF HERE);
- background-size: cover;
- background-clip: text;
- -webkit-background-clip: text;
- color: transparent;
- -webkit-text-stroke: 1px black;
- font-weight:bold;
- font-style: italic;
- }
- </style>
- </body>
- </html>
Add Comment
Please, Sign In to add comment