Cover Image Demo (no blur)

Size
2,115 Kb
Views
52,624

How do I make an cover image demo (no blur)?

What is a cover image demo (no blur)? How do you make a cover image demo (no blur)? This script and codes were developed by Joshua P. Larson on 23 July 2022, Saturday.

Cover Image Demo (no blur) Previews

Cover Image Demo (no blur) - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Cover Image Demo (no blur)</title> <meta name="viewport" content="width=device-width" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="cover-image"> <h1 class="message">This is a bold message.</h1> <div class="background" style="background-image: url(https://placeimg.com/600/480/any);"></div>
</div>
</body>
</html>

Cover Image Demo (no blur) - Script Codes CSS Codes

body { margin: 0; padding: 0;
}
.cover-image { position: relative; overflow: hidden; height: 500px;
}
.cover-image .message { text-align: center; font-weight: bold; text-transform: uppercase; letter-spacing: 0.2em; color: white; font-size: 2.5em; padding: 7rem 0;
}
.background { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; background-repeat: no-repeat; background-size: cover; background-position: 50%;
}
Cover Image Demo (no blur) - Script Codes
Cover Image Demo (no blur) - Script Codes
Home Page Home
Developer Joshua P. Larson
Username jplhomer
Uploaded July 23, 2022
Rating 3
Size 2,115 Kb
Views 52,624
Do you need developer help for Cover Image Demo (no blur)?

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!

Joshua P. Larson (jplhomer) Script Codes
Create amazing blog posts 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!