Chrome image Frame

Developer
Size
2,017 Kb
Views
46,552

How do I make an chrome image frame?

What is a chrome image frame? How do you make a chrome image frame? This script and codes were developed by Faizan Asad on 04 July 2022, Monday.

Chrome image Frame Previews

Chrome image Frame - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Chrome image Frame</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="wrap"> <div class="chrome-window"> <img class="" src="http://placehold.it/700x400&text=Image+Here" alt="" /> </div> <hr> <div class="chrome-window"> <h1>Regular HTML Content Can Go Here</h1> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Repellat nisi qui itaque nostrum eveniet nam molestias cum animi temporibus nesciunt et ea vitae debitis? A omnis aliquid modi vel accusantium quas commodi error labore iure laboriosam ipsam odit!</p> <h2>Images will be automatically centered.</h2> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Earum eius accusantium nulla fugit laudantium fugiat!</p> <img class="" src="http://placehold.it/350x200" alt="" /> </div>
</div>
</body>
</html>

Chrome image Frame - Script Codes CSS Codes

.wrap { width: 960px; margin: 0 auto;
}
body { background: #85A3B4; padding: 100px; color: gray;
}
.chrome-window { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: block; margin: 20px auto; width: 758px !important; border-radius: 2px; box-shadow: 2px 2px 3px rgba(0, 0, 0, .15); padding: 111px 40px 40px; background: url('http://www.valeomarketing.com/wp-content/uploads/2013/12/chrome_top.png') top no-repeat white;
}
.chrome-window img { display: block; margin: 0 auto; max-width: 100%;
}
hr { border: 0; border-top: 1px dashed rgba(255, 255, 255, .5); margin: 40px auto;
}
h1 { margin-top: 0;
}
Chrome image Frame - Script Codes
Chrome image Frame - Script Codes
Home Page Home
Developer Faizan Asad
Username faizanasad
Uploaded July 04, 2022
Rating 3
Size 2,017 Kb
Views 46,552
Do you need developer help for Chrome image Frame?

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!

Faizan Asad (faizanasad) Script Codes
Create amazing captions 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!