Week3 Layout Test

Size
1,950 Kb
Views
10,120

How do I make an week3 layout test?

What is a week3 layout test? How do you make a week3 layout test? This script and codes were developed by LaShawnda Elder on 11 December 2022, Sunday.

Week3 Layout Test Previews

Week3 Layout Test - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Week3 Layout Test</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <!-- Instructions: Re-create this layout using HTML elements. Spend no longer than 15 minutes on it, we don't expect it to be perfect. Feel free to hit Google but be prepared to explain your solution. Screenshot: https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-53/html-layout-test.png
-->
<!DOCTYPE html>
<html>
<head>	<title>Week 3 </title>
</head>	<body>	<header>Logo <span class="phone-number">1-888-888-8888</span>	</header>	<nav>	<ul>	<li><a href="linkcom"> Link1 </a></li>	<li><a href="linkcom"> Link2 </a></li>	<li><a href="linkcom"> Link3 </a></li>	<li><a href="linkcom"> Link4 </a></li>	<li><a href="linkcom"> Link5 </a></li>	<li><a href="linkcom"> Link6 </a></li>	<li><a href="linkcom"> Link7 </a></li>	</ul>	</nav>	<div class="hero"> Hero </div>	<section class="main-content">Main Content</section>	<nav class="nav_sidebar">Sidebar</nav>	<footer>Footer</footer>	</body>
</html>
</body>
</html>

Week3 Layout Test - Script Codes CSS Codes

header,
nav {	border: 1px solid black;	padding: 20px;	margin: 10px;
}
ul li {	display: inline-block;	margin: 25px;	padding: 5px;	text-align: center;	text-decoration: none;
}
nav ul > li > a:after {
content: "|";
padding-right: 10px;
padding-left: 10px;
}
.hero {	text-align: center;	border: 1px solid black;	padding: 120px;	margin: 10px;
}
.phone-number {	float: right;
}
.main-content {	border: 1px solid black;	float: left;	padding: 180px;	margin: 10px;
}
.nav_sidebar{	border: 1px solid black;	float: left;	padding: 180px;	margin: 10px;
}
footer{	border: 1px solid black;	clear: both;	margin: 10px;	padding: 20px;	text-align: center;
}
Week3 Layout Test - Script Codes
Week3 Layout Test - Script Codes
Home Page Home
Developer LaShawnda Elder
Username lelder
Uploaded December 11, 2022
Rating 3
Size 1,950 Kb
Views 10,120
Do you need developer help for Week3 Layout Test?

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!

LaShawnda Elder (lelder) 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!