Apple cover

Size
1,660 Kb
Views
8,096

How do I make an apple cover?

What is a apple cover? How do you make a apple cover? This script and codes were developed by Jonathan Salazar on 15 December 2022, Thursday.

Apple cover Previews

Apple cover - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>apple cover</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="cover"> <img src="https://images.apple.com/mac/home/images/hero_sticker_01_large.png" alt="" /> <img src="https://images.apple.com/mac/home/images/hero_sticker_02_large.png" alt="" /> <img src="https://images.apple.com/mac/home/images/hero_sticker_03_large.png" alt="" /> <img src="https://images.apple.com/mac/home/images/hero_sticker_04_large.png" alt="" />
</div>
</body>
</html>

Apple cover - Script Codes CSS Codes

div.cover { width: 543px; height: 356px; background-image: url("https://images.apple.com/mac/home/images/hero_sticker_macbook_air_large.jpg"); position: relative;
}
div.cover img{ width: 50%; height: 50%; position: absolute; z-index: 2; opacity: 0;
}
div.cover img:nth-of-type(1) { top: 0; left: 0; position:absolute;
}
div.cover img:nth-of-type(2) { top: 0; left: 50%; position:absolute;
}
div.cover img:nth-of-type(3) { top: 50%; left: 0; position:absolute;
}
div.cover img:nth-of-type(4) { top: 50%; left: 50%; position:absolute;
}
div.cover img:hover { top: 0; left: 0; width: 100%; height: 100%; opacity: 1; z-index: 1;
}
Apple cover - Script Codes
Apple cover - Script Codes
Home Page Home
Developer Jonathan Salazar
Username jds317
Uploaded December 15, 2022
Rating 3
Size 1,660 Kb
Views 8,096
Do you need developer help for Apple cover?

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!

Jonathan Salazar (jds317) 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!