Apple hw part 2

Size
1,925 Kb
Views
10,120

How do I make an apple hw part 2?

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

Apple hw part 2 Previews

Apple hw part 2 - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>apple hw part 2</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <ul class="categories"> <li> <input type="radio" name="menu" id="mac" checked="checked" /><label for="mac">Mac</label> <ul class="products"> <li><img src="https://images.apple.com/mac/home/images/productbrowser/mac/macbookair.png" alt="" /><span>MacBook Air</span></li> <li><img src="https://images.apple.com/mac/home/images/productbrowser/mac/macbookpro.png" alt="" /><span>MacBook Pro</span></li> <li><img src="https://images.apple.com/mac/home/images/productbrowser/mac/macmini.png" alt="" /><span>Mac mini</span></li> <li><img src="https://images.apple.com/mac/home/images/productbrowser/mac/imac.png" alt="" /><span>iMac</span></li> <li><img src="https://images.apple.com/mac/home/images/productbrowser/mac/macosx_mavericks.png" alt="" /><span>Mac Pro</span></li> </ul> </li> <li> <input type="radio" name="menu" id="apps" /><label for="apps">Apps</label> <ul class="products"> <li><img src="https://images.apple.com/mac/home/images/productbrowser/apps/iphoto.png" alt="" /><span>iPhoto</span></li> <li><img src="https://images.apple.com/mac/home/images/productbrowser/apps/imovie.png" alt="" /><span>iMovie</span></li> <li><img src="https://images.apple.com/mac/home/images/productbrowser/apps/garageband.png" alt="" /><span>GarageBand</span></li> <li><img src="https://images.apple.com/mac/home/images/productbrowser/apps/pages.png" alt="" /><span>Pages</span></li> <li><img src="https://images.apple.com/mac/home/images/productbrowser/apps/numbers.png" alt="" /><span>Numbers</span></li> </ul> </li>
</ul>
<p class="slogan">The Notebook People Love</p>
</body>
</html>

Apple hw part 2 - Script Codes CSS Codes

ul.products{ display:none;
}
input{ display: none;
}
input:checked + label + ul.products { display: block; width:100%; height: 140px; float: left; top: 0; right: 0; border: 0px solid black; position: absolute;
}
input:checked + label + ul.products li{ display:inline-block; width: 15%; text-align: center; position: relative; -webkit-animation: move 3s 1;
}
@-webkit-keyframes move { 000% {left: 200px;} 100% {left: 0px;}
}
ul.categories{ width:100%; height: 400px; border: 0px solid red; position: relative;
}
ul.categories > li{ display: inline-block; width: 40%; text-align: center; padding-top: 150px;
}
Apple hw part 2 - Script Codes
Apple hw part 2 - Script Codes
Home Page Home
Developer Jonathan Salazar
Username jds317
Uploaded December 15, 2022
Rating 3
Size 1,925 Kb
Views 10,120
Do you need developer help for Apple hw part 2?

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 web 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!