Scrollable see-through headline

Developer
Size
3,171 Kb
Views
40,480

How do I make an scrollable see-through headline?

Photo by Darya Gulyamova: http://www.flickr.com/photos/92743657@N08/11822543083/in/photostream/ Visit her flickr profile to see more awesome photos - http://www.flickr.com/photos/92743657@N08/. What is a scrollable see-through headline? How do you make a scrollable see-through headline? This script and codes were developed by Eduard Mayer on 13 July 2022, Wednesday.

Scrollable see-through headline Previews

Scrollable see-through headline - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Scrollable see-through headline</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="container"> <h1>Dögs</h1> <div class="blur"></div>
</div>
<div class=scrollable> <p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p> <h2>Lorem Ipsum</h2> <p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Scrollable see-through headline - Script Codes CSS Codes

body, html, h1, div { padding: 0; margin: 0;
}
body, html { height: 100%; width: 100%; position: absolute;
}
.blur { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: url(http://farm6.staticflickr.com/5538/11822543083_96780d6c2d_h.jpg) 0 0 no-repeat; background-size: cover; -webkit-filter: blur(7px); filter: blur(7px); z-index: 1;
}
.container { display: table; width: 100%; height: 100%;
}
h1 { position: relative; display: table-cell; z-index: 2; height: 100%; width: 100%; font-size: 10em; font-weight: bold; text-transform: uppercase; vertical-align: middle; font-family: Helvetica, sans-serif; text-align: center; color: #fff; letter-spacing: -7px; -webkit-text-fill-color: transparent; background: -webkit-linear-gradient(transparent, transparent), url(http://farm6.staticflickr.com/5538/11822543083_96780d6c2d_h.jpg) 0 0 repeat; background-attachment: fixed; background-clip: text; background-size: cover; -webkit-filter: brightness(1.1); filter: brightness(1.1);
}
.scrollable { background: #C0392B; position: relative; z-index: 3; margin: 0 auto; box-shadow: 0 -3em 10em 0 rgba(0, 0, 0, 0.3); color: #BDC3C7; padding: 10px 25px; line-height: 1.5; font-family: Helvetica, sans-serif;
}

Scrollable see-through headline - Script Codes JS Codes

// Photo by Darya Gulyamova
// http://www.flickr.com/photos/92743657@N08/11822543083/in/photostream/
//
// Visit her flickr profile to see more awesome photos - http://www.flickr.com/photos/92743657@N08/
Scrollable see-through headline - Script Codes
Scrollable see-through headline - Script Codes
Home Page Home
Developer Eduard Mayer
Username codewunder
Uploaded July 13, 2022
Rating 3
Size 3,171 Kb
Views 40,480
Do you need developer help for Scrollable see-through headline?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Eduard Mayer (codewunder) Script Codes
Create amazing SEO content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!