Question: For the web development material Please write a code for 3 pages in HTML , as it looks in these photos. The button doesn't have

For the web development material
Please write a code for 3 pages in HTML, as it looks in these photos. The button doesn't have to work, The important is to made the saame layout so i can make replace te content.
here is our CSS code so you can consider it while you writing the pages.
header {
background-color: #F5F5F5;
padding: 20px;
text-align: center;
}
nav ul {
list-style: none;
margin: 0;
padding: 0;
}
nav ul li {
display: inline;
margin-right: 10px;
}
nav ul li a {
color: hsl(161,40%,20%);
text-decoration: none;
}
main {
max-width: 800px;
margin: 20px auto;
padding: 020px;
}
section {
margin-bottom: 40px;
}
h1, h2{
color: hsl(161,40%,20%);
text-align: center;
}
button {
background-color: hsl(161,40%,20%);
color: #fff;
padding: 10px 20px;
border: none;
cursor: pointer;
}
footer {
background-color: hsl(161,40%,20%);
color: #fff;
text-align: center;
padding: 20px;
}
For the web development material Please write a

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!