Apple promotion banner 1

Size
1,956 Kb
Views
6,072

How do I make an apple promotion banner 1?

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

Apple promotion banner 1 Previews

Apple promotion banner 1 - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>apple promotion banner 1</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <ul class="promotion"> <li> <a href="https://www.apple.com/osx/preview/"><span>OS X Yosemite</span><span>Every bit as power as it looks.</span></a> </li> <li> <a href="https://www.apple.com/mac-pro/"><span>Mac Pro</span><span>Built for creativity on an epic scale.</span></a> </li> <li> <a href="https://www.apple.com/U2/"><span>The new album from U2 is here.</span><span>And it's already in your iTunes music library.</span></a> </li>
</ul>
</body>
</html>

Apple promotion banner 1 - Script Codes CSS Codes

* { margin: 0; padding: 0; box-sizing: border-box;
}
ul.promotion { width: 100%; min-width: 840px; text-align: center;
}
ul.promotion li { display: inline-block; width: 30%; height: 280px; min-width: 280px; margin-left: -4px; vertical-align: top; border: 0px solid red;
}
ul.promotion li a { display: block; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; text-decoration: none; border: 1px solid black;
}
ul.promotion li:nth-of-type(1) a { background-image: url("https://images.apple.com/mac/home/images/promo_yosemite_large.jpg");
}
ul.promotion li:nth-of-type(2) a { background-image: url("https://images.apple.com/mac/home/images/promo_macpro_large.jpg");
}
ul.promotion li:nth-of-type(3) a { background-image: url("https://images.apple.com/v/U2/shared/promo/a/images/promo_u2_large.jpg");
}
ul.promotion li a span { display: block; width: 60%; margin: auto; text-align: center; color: rgb(200, 200, 200);
}
ul.promotion li a span:nth-of-type(1) { font-size: 1.5em;
}
ul.promotion li:nth-of-type(1) a span:nth-of-type(1) { color: white; margin-top: 200px;
}
ul.promotion li:nth-of-type(2) a span:nth-of-type(1) { color: white; margin-top: 20px;
}
ul.promotion li:nth-of-type(3) a span:nth-of-type(1) { color: rgb(100, 100, 100); margin-top: 20px;
}
Apple promotion banner 1 - Script Codes
Apple promotion banner 1 - Script Codes
Home Page Home
Developer Jonathan Salazar
Username jds317
Uploaded December 15, 2022
Rating 3
Size 1,956 Kb
Views 6,072
Do you need developer help for Apple promotion banner 1?

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!