Midterm

Size
2,036 Kb
Views
6,072

How do I make an midterm?

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

Midterm Previews

Midterm - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>midterm</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <ul class="actions"> <li> <a href="https://store.apple.com/go/mac"> <img src="https://www.apple.com/mac/home/images/buystrip_shop.svg" alt="" /> <h1>Shop online.</h1> <h2>Configure your Mac exactly the way you want and have it shipped to your door - free.</h2> <h2>Buy online</h2> </a> </li> <li> <a href="https://www.apple.com/retail/mac/"> <img src="https://images.apple.com/mac/home/images/buystrip_store.svg" alt="" /> <h1>Visit a store.</h1> <h2>See Mac in person at the Apple Retail Store and have all your questions answered.</h2> <h2>Find a store</h2> </a> </li> <li> <a> <img src="https://images.apple.com/mac/home/images/buystrip_call.svg" alt="" /> <h1>Call Apple.</h1> <h2>Get answers about Mac before you buy. Talk with a knowledgeable Specialist.</h2> <h2>1-800-MY-APPLE</h2> </a> </li> <li> <a href="https://store.apple.com/us/browse/app"> <img src="https://images.apple.com/mac/home/images/buystrip_app_large.jpg" alt="" /> <h1>Apple Store app.</h1> <h2>Shop, research, check out upcoming events, and get the most from your store visits.</h2> <h2>Download</h2> </a> </li> </ul>
</body>
</html>

Midterm - Script Codes CSS Codes

* { marging: 0; padding: 0; box-sizing: border-box;
}
ul { width: 100%; min-width: 840px; text-align: center;
}
ul li{ display: inline-block; width: 22%; height: 300px; border: 0px solid black; vertical-align: top;
}
ul li a:nth-of-type(1){ display: block; width: 75%; height: 100%; text-decoration: none; border: 0px solid black; color: black; text-wrap: normal;
}
ul li:nth-of-type(1) h2{ font-size: 1.1em;
}
ul li:nth-of-type(1) h2:nth-of-type(2) { color: blue;
}
ul li:nth-of-type(2) h2{ font-size: 1.1em;
}
ul li:nth-of-type(2) h2:nth-of-type(2) { color: blue;
}
ul li:nth-of-type(2) h2:nth-of-type(2) a span:after{ content:" > ";
}
ul li:nth-of-type(3) h2{ font-size: 1.1em;
}
ul li:nth-of-type(4) h2{ font-size: 1.1em;
}
ul li:nth-of-type(4) h2:nth-of-type(2) { color: blue;
}
Midterm - Script Codes
Midterm - Script Codes
Home Page Home
Developer Jonathan Salazar
Username jds317
Uploaded December 15, 2022
Rating 3
Size 2,036 Kb
Views 6,072
Do you need developer help for Midterm?

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 sales emails 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!